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
Read More 4 min
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
Read More 2 min
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
Read More 4 min
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
Read More 5 min
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
Read More 4 min