Articles about react on Dévoreur 2 Code

Understand and use composition in React

Composition is very powerful in React but for some cases, it may be hard to use. Today I will give you examples of composition caught up in real projects.

7/9/2021

Written by Fabien Schlegel

Fabien Schlegel

Why I create my first NPM package

A useful practice when you work with a specific stack, is to create generic stuff for this stack.

7/4/2021

Written by Fabien Schlegel

Fabien Schlegel

Setup JWT for a React Django app in minutes

How to setup JWT in a project with a React frontend and a Django backend in minutes.

6/25/2021

Written by Fabien Schlegel

Fabien Schlegel

How to test React Hooks

When you use hooks, you can write them in their own file. And you could test them.

5/20/2021

Written by Fabien Schlegel

Fabien Schlegel

Five tips about React hooks

Today, when you use React and functional components, you need hooks. I've encountered some issues during development and today, I want to share my tips about React hooks with you.

5/14/2021

Written by Fabien Schlegel

Fabien Schlegel