Hi, I am

Back to Home Notes Icon

Sanjeet Tiwari

Here are my notes on...
React

How Suspense, lazy and dynamic imports are used to split the code for better performance.

Code Splitting

How Suspense, lazy and dynamic imports are used to split the code for better performance.

A deep dive of phases a React component goes through and different lifecycle methods which are invoked at different times.

React Component Lifecycle

A deep dive of phases a React component goes through and different lifecycle methods which are invoked at different times.

Many of the commonly asked design patterns associated with React.

React Design Patterns

Many of the commonly asked design patterns associated with React.

Addresses topics such as Reconciliation and Diffing algorithm which sits at the heart of React

React Internals

Addresses topics such as Reconciliation and Diffing algorithm which sits at the heart of React

A brief about what are the different ways websites can be rendered.

Rendering Patterns

A brief about what are the different ways websites can be rendered.

How Suspense, lazy and dynamic imports are used to split the code for better performance.

Code Splitting

How Suspense, lazy and dynamic imports are used to split the code for better performance.

8 mins | 09-08-2024
Performance
Web
React
A deep dive of phases a React component goes through and different lifecycle methods which are invoked at different times.

React Component Lifecycle

A deep dive of phases a React component goes through and different lifecycle methods which are invoked at different times.

15 mins | 20-09-2024
React
Many of the commonly asked design patterns associated with React.

React Design Patterns

Many of the commonly asked design patterns associated with React.

25 mins | 07-09-2024
React
Addresses topics such as Reconciliation and Diffing algorithm which sits at the heart of React

React Internals

Addresses topics such as Reconciliation and Diffing algorithm which sits at the heart of React

15 mins | 09-08-2024
React
A brief about what are the different ways websites can be rendered.

Rendering Patterns

A brief about what are the different ways websites can be rendered.

15 mins | 20-07-2024
Web
React