Book Description
In this book, unlike any you may have come across before, I will deliver funny, unfeigned & dead serious comic strips about every React update since v16+. It'll be hilarious, easy on beginners as well as professionals, and will be very informative as a whole.
From the new Lifecycle methods to Advanced Hooks Patterns in React, I've got you...
If you learned React a while back it's not impossible that you haven't been up to date with every new feature/release. It's also possible to get lost on all the new features. Where exactly do you start? How important are they for your day to day use?
Modern React has new interesting features that are worth your attention. It's best to know those now, and not have to unlearn and relearn newer concepts.
This open book is licensed under a Open Publication License (OPL). You can download Reintroducing React ebook for free in PDF format (15.1 MB).
Table of Contents
Chapter 1
New Lifecycle Methods
Chapter 2
Simpler State Management with the Context API
Chapter 3
ContextType - Using Context without a Consumer
Chapter 4
React.memo === Functional PureComponent
Chapter 5
The Profiler - Identifying Performance Bottlenecks
Chapter 6
Lazy Loading with React.Lazy and Suspense
Chapter 7
Hooks - Building Simpler React Apps
Chapter 8
Advanced React Patterns with Hooks