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

Written by Fabien Schlegel

Fabien Schlegel

Create a blog with NextJS

How to create a blog with NextJS and Typescript. A guide from my own experience.

9/27/2022

Written by Fabien Schlegel

Fabien Schlegel

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

Written by Fabien Schlegel

Fabien Schlegel

Testing your React app with mocks

Testing avoids regressions and makes your app safer and easier to debug.

8/19/2022

Written by Fabien Schlegel

Fabien Schlegel

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

Written by Fabien Schlegel

Fabien Schlegel