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.
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.