b/bonnybooks by cuongnhung1234

Performance Optimized React Applications : Tips on how to optimize React Apps for better performance

This post was published 4 years ago. Download links are most likely obsolete. If that's the case, try asking the uploader to re-upload.

Performance Optimized React Applications : Tips on how to optimize React Apps for better performance

English | 2021 | ISBN: NA | Pages | PDF, EPUB, MOBI | 17.4 MB

Leverage the power of built-in APIs and third-party libraries to build highly optimized React applications

This book assumes you have a previous knowledge about web and application development,also some familiarity with React. The book offers some tips and suggestions to better optimise your React applications.

You are going to learn some use of third party libraries and built-in APIs to improve the performance of your React applications.

The content of the book is presented across the following Chapters:

Chapter 1: Performance as a default with Next.js

Chapter 2: Route prefetching in Next.js

Chapter 3: Code splitting with dynamic imports in Next.js

Chapter 4: How AMP can guarantee fastness in your Next.js app

Chapter 5: Get started: optimize your React app

Chapter 6: Code splitting with React.lazy and Suspense

Chapter 7: Virtualize large lists with react-window

Chapter 8: Precaching in Create React App with Workbox

Chapter 9: Pre-render routes with react-snap

Chapter 10: Add a web app manifest with Create React App

Chapter 11: Accessibility auditing with react-axe and eslint-plugin-jsx-a11y

Chapter 12: Speed up navigations in React with Quicklink