⚛️ Memoization in React
When you use React, you might see your page becoming slow or some components rendering again and again.
Thoughts, tutorials, and articles on engineering and design.
When you use React, you might see your page becoming slow or some components rendering again and again.
Next.js is a framework for React.js that covers both frontend and backend aspects. It simplifies the development of large-scale React applications.
JavaScript is considered a single-threaded language that can handle only one operation at a time. Synchronous processes wait for each to finish before moving on to the next.
In this article, I am explaining how to add a simple Dockerfile to React App. You can create a new React app with create-react-app.
In this article, I shared the notes about Kubernetes
In this article, I shared the notes I took in the Meaningful Names and Functions chapters while reading the Clean Code Book.