List of Dévoreur 2 Code articles
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
From Gatsby to NextJS - journey of a blog
Using Gatsby was a perfect example of not reinventing the wheel. Made with React, Giving free templates.
9/20/2022
Read More 3 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
Working with REST APIs in React
An API (application programming interface) is an interface that allows one service to be connected to another.
3/15/2022
Read More 5 min