React I: Components, Templates

In this tutorial we will look at the first of the other two frameworks for this module: React. Fundamentally React does the same as Ember, in that it abstracts tracking state and changes, enabling the developer to focus on developing the core functionality. At the same time unlike Ember, which is very opinionated and comes with a fixed structure, React imposes almost no constraints on how you structure your code.