List of Dévoreur 2 Code articles

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

Written by Fabien Schlegel

Fabien Schlegel

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