Here are my notes on...
React
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.
Many of the commonly asked design patterns associated with React.
What is React Fiber and how it improved the library.
Lets have a look at some uncommon React Hooks and their use cases.
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.