Redux was a really challenging topic for me to pick up. But I was able to find my way around it after I made a lot of research, shout out to my teammates for always ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
In software development, one of the key principles is to make code that is easy to read and understand. This is especially important in declarative systems like React, Vue or Svelte where the code describes ...Read more
So what's recoil? Recoil is a state management library for react created by the Facebook open-source team. (This means to use it you need to have react installed) Okay, why do we ...Read more
Chapter 1: The Birth of State in Reactopia 🌟 Once upon a time in the vibrant land of Reactopia, where magical components flourished, lived ...Read more
Did you know that Next.js Server Actions can return React Components JSX instead of raw JSON data? While it's not explicitly mentioned in the docs, I was pleasantly surprised that it works. ...Read more
React has been the go-to for building user interfaces that are both intuitive and efficient. It's a core tool that many of us return to, project after project. Next.js takes React and cranks it up a ...Read more
It’s been a whirlwind since my last post, and I wanted to share what I’ve been up to, what I’ve learned, and where I’m headed. These past months have been full of opportunities to grow ...Read more
APIs & React What is an API? Yes, we know what API stands for…Application Programming Interface, but what is it really? I am quite sure ...Read more