If you enjoyed this book, you may be interested in these other books by Packt:
The React Workshop
Brandon Richey, Ryan Yu, Endre Vegh, Theofanis Despoudis, Anton Punith, Florian Sloot
ISBN: 978-1-83864-556-4
- Use JSX to include logic in the view layer of applications
- Get familiar with the important methods and events in the React lifecycle
- Distinguish between class and functional component syntaxes
- Create forms with Formik and handle errors
- Understand the React Hooks API and the problems it can solve
- Fetch outside data using the Axios library and populate the data to the app
Full-Stack React, TypeScript, and Node
David Choi
ISBN: 978-1-83921-993-1
- Discover TypeScript’s most important features and how they can be used to improve code quality and maintainability
- Understand what React Hooks are and how to build React apps using them
- Implement...