Build a Simple ToDo App with NextJS and Bootstrap
Build a Simple ToDo App with NextJS and Bootstrap

In this article, we are going to build a NextJS based TODO application, will use Bootstrap to make UI a bit easier. For simplicity we are not making any API calls.

  • Sep 23 2024
  • 2 min read
How to use Context API with SSR in Next.js app
How to use Context API with SSR in Next.js app

SSR is a mechanism in Next.js that receives data from the server side on each request and then passes this data to the page via props.

  • Sep 23 2024
  • 2 min read

Developer Tools