The speed of innovation in the JavaScript world is insane: in a few months libraries, frameworks and tools can go from little experiments to something being used by millions of people. In this talk the attention will be focused on React, a library made by Facebook, and on the state of art of the state and data management (Redux/Mobx), testing (Enzyme), modules and syntax (Webpack/Babel) and style (CSS Modules).
Outline:
- React (Main concepts, Props, State, Component Lifecycles, Mixins, ES6 Syntax, Stateless Functional Components, High Order Components, Routing)
- State Management (Redux, Mobx)
- Testing (Enzyme)
- Webpack
- CSS Modules