React JS
-
Introduction to React testing
In the following post we will make a small example of test with react 18, we will talk in a general way about testing, the…
-
useCallback hook and react.Memo to improve the rendering of our components
In the following post we are going to use useCallback hook to memorize a function and use it with react.memo, to optimize the rendering of…
-
Improving the performance of our application using React.memo
The application is based on querying an API for the gender of the name entered. We will focus on how react renders this list and…
-
React app that retrieves data from an API and manages states with Redux slices
In this post, we are going to create a simple react app that consults an API that receives a name and returns the gender and…
-
Styling our React App – Module.css and Styled components
In this post we are going to study two different approaches to using styles in our applications. The two options that we present in this…
-
React-Redux Hello World – Step by step
In this post we are going to do a basic example using “redux” step by step. The goal will be to have a counter that…
-
React-Redux Hello World – Step by step
In this post we are going to do a basic example using “redux” step by step. The goal will be to have a counter that…
-
Creating a React JS 18 project step by step
in this post, we are going to create a new react project step-by-step. The goal is to understand which dependencies we need and how they…