Server-side rendering (SSR) is the traditional rendering system. Here the server serves the static HTML, CSS, JavaScript and other static assets. The content of the webpage is rendered by HTML itself.
CSS in JS is a way of writing css styles in javascript with much more flexiblity and features.
Client-side rendering (CSR) means rendering pages directly in the browser using JavaScript. All logic, data fetching, templating and routing are handled on the client rather than the server.
Typography is a Material-UI component to present your design and content as clearly and efficiently as possible.
In this blog you are going to learn how to create a toggle button that switches between light and dark theme.
Eslint is a linter which enforces developer to write good and consistent code all over Project. Prettier is a good formatter tool that automatically formats the source code.
Accessing cookies in nextjs from server side can be tricky. In this blog you will learn how to do that
In this blog post I will explain 13 reasons why you should use Next.js.
Material-ui is a ui framework for react based on Material Design which is developed by Google .