Articles about react on Dévoreur 2 Code
How to structure your React app
Without a proper strategy in place, working on a React project can become a daily chore and an overwhelming task.
1/25/2023
Read More 6 min
How to useEffect hook in your React components
The useEffect hook for React helps you to create side effects in your functional components.
1/4/2023
Read More 6 min
Manage your state with the useState hook in React
How to useState in functional components. The first hook you can use in a React project.
11/11/2022
Read More 3 min
Create a blog with NextJS
How to create a blog with NextJS and Typescript. A guide from my own experience.
9/27/2022
Read More 10 min
Testing your React app with mocks
Testing avoids regressions and makes your app safer and easier to debug.
8/19/2022
Read More 4 min