Performance Optimized React Applications
Performance Optimized React Applications
Tips on how to optimize React Apps for better performance
About the Book
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
Check out other recommended books:
Frontend Developer Interview Questions
---
How do I optimize my React app?
Some ways to optimize the performance of react js apps might include:
- Using Immutable Data Structures.
- Function/Stateless Components and React.
- Multiple Chunk Files.
- Avoid Inline Function Definition in the Render Function.
- Throttling and Debouncing Event Action in JavaScript.
- Avoid using Index as Key for map.
What makes Reactjs performance faster?
Using immutable data is one of the best ways to improve react js apps performance, Immutable data allows you to compare direct object references instead of doing deep-tree comparisons thus making the app really fast.
Can lazy loading make react js apps better optimized ?
In essence, lazy loading means that a component or a part of code must get loaded when it is required. It is also referred to as code splitting and data fetching . Talking about React specifically, it bundles the complete code and deploys all of it at the same time.
What is used in React JS to increase performance?
React. memo() boosts the performance of a React app by avoiding re-rendering components whose props haven't changed or when re-rendering is not needed.
Bundles that include this book
Table of Contents
-
This Book
- Recommended Resources
- Recommended Books
-
Chapter 1: Performance as a default with Next.js
- What will you learn?
- How is Next.js different from React?
- Setting up
-
Chapter 2: Route prefetching in Next.js
-
The
<Link>
component - How automatic prefetching works
- Avoid unnecessary prefetching
- Prefetching with custom routing
- Conclusion
-
The
-
Chapter 3: Code splitting with dynamic imports in Next.js
- Route-based and component-based code splitting
- Dynamic imports in action
- Dynamic imports with custom loading indicator
- Dynamic imports without SSR
- Conclusion
-
Chapter 4: How AMP can guarantee fastness in your Next.js app
- How AMP guarantees fast page loads
- How you can use AMP in Next.js
- How to decide whether to use the Hybrid AMP or AMP-only approach
- Conclusion
-
Chapter 5: Get started and optimize your React app
- Why is this useful?
- What will you learn?
- Create React App
-
Chapter 6: Code splitting with React.lazy and Suspense
- Why is this useful?
- Suspense
- Suspending multiple components
- Handle loading failures
- Conclusion
-
Chapter 7: Virtualize large lists with react-window
- Why is this useful?
- react-window
- Lazy loading on scroll
- Overscanning
- Conclusion
-
Chapter 8: Precaching in Create React App with Workbox
- Why is this useful?
- Workbox in CRA
- Modifying caching strategies
- Handling a cache-first strategy
- Conclusion
-
Chapter 9: Pre-render routes with react-snap
- Why is this useful?
- react-snap
- Flash of unstyled content
-
Chapter 10: Add a web app manifest with Create React App
- Why is this useful?
- Modify the default manifest
- Conclusion
-
Chapter 11: Accessibility auditing with react-axe and eslint-plugin-jsx-a11y
- Why is this useful?
- Use eslint-plugin-jsx-a11y
- Use react-axe
- Conclusion
-
Chapter 12: Speed up navigations in React with Quicklink
- Determine chunks associated with each route
- Prefetch chunks for in-viewport routes
- Conclusion
The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.
You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!
So, there's no reason not to click the Add to Cart button, is there?
See full terms...
Earn $8 on a $10 Purchase, and $16 on a $20 Purchase
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them