How to learn react ? Follow this roadmap if you want to learn react as smoothly as you can.
I would recommend watching Dave Gray's tutorial on react first. When you are done with that, you can continue with the following. one at a time, In this order.
- Formik - This is for simplifying the process of creating forms.
- Typescript - This will increase your type safety.
- Redux toolkit - This is the recommended way of writing redux.
- Webpack - This is for baby boomers, the people that like to write vanilla javascript.
- Testing - A word of advice, please use msw to mock your API
I will update this article as time goes by.
Thank you, please follow me
Top comments (0)