Beyond the React Native Benchmarks
Chain React 2019
Do you want to make your react application more performant? Have you used a hot new stack to build an excellent web app and want to ensure it responds quickly and loads reliably? Your users will care more about how fast your app loads than the technology used to build it. In slower networks, client-side rendering (CSR) becomes a bottleneck and building modern web apps becomes costly. <br /><br />In this talk, I’ll cover more on component re-render impact on performance, how to send portions of a webpage in chunks to the browser, so it’s faster (hint: progressive rendering), will show you how to measure your application level performance (using tools like Lighthouse) and help you to improve it. In addition, there will be practical examples and a demo to show how everything can be made more performant.