Danilo RiveraIntersection Observer API in ReactThe Intersection Observer is a browser API that allows developers to detect when an element on the page enters or leaves the viewport (the…Jul 3Jul 3
Danilo RiveraCompound Pattern in ReactWhat is the Compound Pattern? The Compound Pattern is a design pattern that allows developers to build more complex components from…Jul 2Jul 2
Danilo RiveraBash scripts for React, automating tasksBash scripting is primarily used to automate development tasks such as code compilation, debugging, version control, and testing. In this…Jan 31Jan 31
Danilo RiveraCreating a Project with GraphQL and Understanding Fragments in GraphQLIf you are new to GraphQL, this post will help you start your first project. And if you have knowledge of GraphQL and want to practice…Jan 31Jan 31
Danilo RiveraCreating a custom Hook to make requests using React + Axios + TypeScriptWe will always need to make calls for our project, so it’s good to have this logic that will be repeated a lot in a Hook. This will allow…Jun 16, 2023Jun 16, 2023
Danilo RiveraUse ChatGPT+React to create a chatbot (easy)Before starting we must create an account at https://platform.openai.com/ and then once we start the session an api key will be required…Feb 21, 2023Feb 21, 2023
Danilo RiveraReact autocomplete search input (Debounce)Another highly requested feature, this one consists of: According to what the user types in an input, we must show suggestions that are in…Jan 13, 2021Jan 13, 2021
Danilo RiveraFill select options depending on other select field using axios, react hook form and…a classic problem for developers, They give us a list of states, from which state the user chooses we will show the cities, and within the…Jan 10, 2021Jan 10, 2021
Danilo RiveraScroll To Top Button using ReactIn several Ecommerces, blogs we see the function of an infinite scroll but suddenly we get bored of going down.Dec 29, 2020Dec 29, 2020
Danilo RiveraCreate a Switch in React as a Reusable Componentin some occasions this component can come with our framework in others not, many people will say “I can download a package to solve it”…Dec 28, 2020Dec 28, 2020