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…
In this post, we are going to create a simple react app that consults an API that receives a name and returns the…
In this post we are going to do a basic example using “redux” step by step. The goal will be to have a…
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…