List of Dévoreur 2 Code articles

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

Conditional Rendering of your React components

Conditional rendering is a basic feature of the front end apps. It's used to display elements or not depending on the state of the app.

3/8/2022

Written by Fabien Schlegel

Fabien Schlegel

How to use props and state in React

Props and states are two kinds of variables used in React components.

3/3/2022

Written by Fabien Schlegel

Fabien Schlegel

Begin React with Typescript

These technologies are good choices to build strong and reliable web applications. It's never been easier to develop a great user experience with React and Typescript.

2/22/2022

Written by Fabien Schlegel

Fabien Schlegel