List of Dévoreur 2 Code articles
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
Introduction to JWT
A JWT (JSON Web token) is an access token which contains all the information to communicate securely between two parties. JWTs are mainly used for identification operations and the management of user access rights.
6/17/2021
Read More 3 min
Automate Prettier in a pre-commit hook
Prettier is a wonderful tool. It works in many editors and supports many languages. But opinionated is his best feature and the first reason to use it.
6/4/2021
Read More 2 min