I had a lot of fun along the way of my first React application.
Get the node-modules + dependencies.
Get json-server to store the blogs as a JSON.
Start the server.
- Custom Hooks: How to encapsulate component logic and state management.
- Props: Passing data between components
- Routing: Using React Router for navigating between pages.
- Fetching Data: Making HTTP requests to the JSON Server.
- Error Handling: Managing fetch errors with try-catch and AbortController.
- Forms: Submitting data through forms and handling form state.
Enjoy!