Nothing here yet.
I am available for: • Mentoring • Freelance work • Consulting • Promotional writing
Creating a simple hook to handle API data in your React applications Intro In this post we are going to explore custom hooks in React and then build one to fetch data from an API. 🪝 What are custom hooks in React? Most simply, and directly from th...

Creating modern web applications often includes creating countless components and accompanying files. Even if you are terminal savvy, creating a basic React component would take a few commands.For example, we could create a component named "Counter" ...
