Prashant Sani
A freelance front-end web developer from Mumbai/Bangalore, India.
*or why CSS can make or break an app
const ToTheMoonComponent = React.memo(function MyComponent(props) {
// only renders if props have changed
});
/* Source:
https://scotch.io/tutorials/react-166-reactmemo-for-functional-components-rendering-control */
The only way to optimise critical rendering path is remove the things that come in the way of rendering the critical resources
Thank You!
By Prashant Sani
A freelance front-end web developer from Mumbai/Bangalore, India.