This project doesn't pretend to be a tutorial nor a learning path. It's just an exercise to put in practice React features, tools and principles.
- Hello World
- Element properties
- Child Elements
- Updating rendered elements
- JSX
- Functional Component
- Class Components
- Composing Components
- Splitting up Components
- Babel
- Webpack
- Lifecycle Hooks
- Event Handling
- Conditional Rendering
- Rendering lists (keys)
- Lifting states up