What is Server Side Rendering?Wed Jun 09 2021, 7 views, 4 min read

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.

What is CSS in JS?Wed Jun 09 2021, 15 views, 3 min read

CSS in JS is a way of writing css styles in javascript with much more flexiblity and features.

What is Client Side Rendering?Wed Jun 09 2021, 1 views, 4 min read

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 with Material-UIWed Jun 09 2021, 1 views, 5 min read

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.

Setup Eslint, Prettier with TypeScript and ReactWed Jun 09 2021, 25 views, 5 min read

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.

Access cookies in NextJS from server sideWed Jun 09 2021, 1 views, 3 min read

Accessing cookies in nextjs from server side can be tricky. In this blog you will learn how to do that

13 reasons why you should use NextjsWed Jun 09 2021, 4 views, 6 min read

In this blog post I will explain 13 reasons why you should use Next.js.

10 reasons why I love Material-UISat Jun 05 2021, 10 views, 4 min read

Material-ui is a ui framework for react based on Material Design which is developed by Google .