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.
See full terms
Do Well. Do Good.
Authors have earned$11,721,492writing, publishing and selling on Leanpub, earning 80% royalties while saving up to 25 million pounds of CO2 and up to 46,000 trees.
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), EPUB (for phones and tablets) and MOBI (for 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
Top Books
Recipes for Decoupling
Matthias NobackWrite software that survives
CQRS by Example
Carlos Buenosvinos, Christian Soronellas, and Keyvan Akbary- Leverage your Software Architecture skills by learning everything about CQRS in detail with lots of examples
- Develop faster applications by applying CQRS and fostering Read Models and Projections
- Learn how to apply CQRS into a brownfield project from a pragmatic approach
OpenIntro Statistics
David Diez, Christopher Barr, Mine Cetinkaya-Rundel, and OpenIntroA complete foundation for Statistics, also serving as a foundation for Data Science.
Leanpub revenue supports OpenIntro (US-based nonprofit) so we can provide free desk copies to teachers interested in using OpenIntro Statistics in the classroom and expand the project to support free textbooks in other subjects.
More resources: openintro.org.
Maîtriser Apache JMeter
Philippe Mouawad, Bruno Demion (Milamber), and Antonio Gomes RodriguesToute la puissance d'Apache JMeter expliquée par ses commiteurs et utilisateurs experts. De l'intégration continue en passant par le Cloud, vous découvrirez comment intégrer JMeter à vos processus "Agile" et Devops.
If you're looking for the newer english version of this book, go to Master JMeter : From load testing to DevOps
C++20 - The Complete Guide
Nicolai M. JosuttisAll new language and library features of C++20 (for those who know previous C++ versions).
The book presents all new language and library features of C++20. Learn how this impacts day-to-day programming, to benefit in practice, to combine new features, and to avoid all new traps.
Buy early, pay less, free updates.
Other books:
Ansible for DevOps
Jeff GeerlingAnsible is a simple, but powerful, server and configuration management tool. Learn to use Ansible effectively, whether you manage one server—or thousands.
Jetpack Compose internals
Jorge CastilloJetpack Compose is the future of Android UI. Master how it works internally and become a more efficient developer with it. You'll also find it valuable if you are not an Android dev. This book provides all the details to understand how the Compose compiler & runtime work, and how to create a client library using them.
Mastering STM32 - Second Edition
Carmine NovielloWith more than 1200 microcontrollers, STM32 is probably the most complete ARM Cortex-M platform on the market. This book aims to be the most complete guide around introducing the reader to this exciting MCU portfolio from ST Microelectronics and its official CubeHAL and STM32CubeIDE development environment.
Introduction to Data Science
Rafael A IrizarryThe demand for skilled data science practitioners in industry, academia, and government is rapidly growing. This book introduces concepts from probability, statistical inference, linear regression and machine learning and R programming skills. Throughout the book we demonstrate how these can help you tackle real-world data analysis challenges.
R Programming for Data Science
Roger D. PengThis book brings the fundamentals of R programming to you, using the same material developed as part of the industry-leading Johns Hopkins Data Science Specialization. The skills taught in this book will lay the foundation for you to begin your journey learning data science. Printed copies of this book are available through Lulu.
Top Bundles
- #2
CCIE Service Provider Ultimate Study Bundle
2 Books
Piotr Jablonski, Lukasz Bromirski, and Nick Russo have joined forces to deliver the only CCIE Service Provider training resource you'll ever need. This bundle contains a detailed and challenging collection of workbook labs, plus an extensively detailed technical reference guide. All of us have earned the CCIE Service Provider certification... - #3
Pattern-Oriented Memory Forensics and Malware Detection
2 Books
This training bundle for security engineers and researchers, malware and memory forensics analysts includes two accelerated training courses for Windows memory dump analysis using WinDbg. It is also useful for technical support and escalation engineers who analyze memory dumps from complex software environments and need to check for possible... - #4
Software Architecture
2 Books
"Software Architecture for Developers" is a practical and pragmatic guide to modern, lightweight software architecture, specifically aimed at developers. You'll learn:The essence of software architecture.Why the software architecture role should include coding, coaching and collaboration.The things that you really need to think about before... - #8
All the Books of The Medical Futurist
6 Books
We put together the most popular books from The Medical Futurist to provide a clear picture about the major trends shaping the future of medicine and healthcare. Digital health technologies, artificial intelligence, the future of 20 medical specialties, big pharma, data privacy, digital health investments and how technology giants such as Amazon... - #10
Practical FP in Scala + Functional event-driven architecture
2 Books
Practical FP in Scala (A hands-on approach) & Functional event-driven architecture, aka FEDA, (Powered by Scala 3), together as a bundle! The content of PFP in Scala is a requirement to understand FEDA so why not take advantage of this bundle!?