React JS / April 18, 2022 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… Read more
React JS / April 10, 2022 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… Read more