All Posts

  • Published
    When you use React, you might see your page becoming slow or some components rendering again and again.
  • Published
    Next.js is a framework for React.js that covers both frontend and backend aspects. It simplifies the development of large-scale React applications.
  • Published
    JavaScript is considered a single-threaded language that can handle only one operation at a time. Synchronous processes wait for each to finish befor...
  • Published
    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.
  • Published
    In this article, I shared the notes about Kubernetes