Build a Simple ToDo App with NextJS and BootstrapIn 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.May 28 2023
How to use Context API with SSR in Next.js appSSR 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.Jan 07 2023