Skip to content
Rafael edited this page Aug 27, 2015 · 15 revisions

On building tools (Webpack)

On React

On Flux

  • First introduction to the community link
  • Redux, the implementation of flux of choice. link
  • Redux docs link

On immutability with React

  • Excellent talk from Lee Byron, even if not using immutable.js is worth watching. Immutable Data

On Styles

  • Vjeux talk, css in js. link
  • CSS Modules, one of the approaches for doing css in js link
  • CSS Modules, article link
  • Reuse COMPONENTS! no styles link

On functional approaches for UI

On Javascript!

On "Software"