Unit Testing in UI and an introduction to the mental model and philosophy behind it.
Explore how Redux simplifies state management in React applications.
Learn how to create an awesome slider component with React and Framer Motion. It is actually really simple to create your own sliders from scratch.
I’ve often found myself working with data that contains undefined values. These values can cause issues with data manipulation and can lead to unexpected behavior in your code. In this article, I’ll…
Today, let’s talk about hydration error that often occurs in Next.js. Most of us used Next.js must be familiar with the following error: The reason for the error has been clearly stated in the error…
JavaScript is the beloved child of frontend development, but TypeScript is the father of this beloved child. Learn to embrace it and get ahead in 2022.
Angular vs React vs Vue: Which is the Best Choice of Framework in 2022?
A beginners’ guide on how to serve images, MP3 files, PDF files, DOC files, etc. to frontend from backend using Python FastAPI.
Useful APIs that you might need for your next projects.
An overview of 5 modern advanced React patterns, including integration codes, pros and cons, and concrete usage within public libraries.