This is part two of the fullstack open course. In this section, we review event handlers, get introduced to structuring react projects into modules, rendering a collection of objects and refactoring tips. We also get introduced to react forms, getting data from a backend and how to style components with CSS
- Rendering a collection of modules
- Forms
- Getting data from a server
- Altering data in a server
- Adding styles
We advance the projects we started earlier on, refactoring them to use best practices and adding more features to them. Here we go.