Skip to content

Instantly share code, notes, and snippets.

View arkhi's full-sized avatar
🐼

Fabien Basmaison arkhi

🐼
View GitHub Profile
@arkhi
arkhi / introrx.md
Last active September 7, 2018 17:27 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing

BEMIT cheatsheet

source: http://csswizardry.com/2015/03/more-transparent-ui-code-with-namespaces/

  • o-: [Object][object]
    • Objects are abstract.
    • They can be used in any number of places (places you might not have seen).
    • Avoid modifying their styles.
    • Be careful around anything with a leading o-.
  • Examples: layout, wrappers, containers and other structural components