February 2022
Intermediate to advanced
254 pages
4h 13m
English
There are several approaches to using the global state effectively in React. Our focus is on optimizing re-renders. This is important because a global state can be used by multiple components. We describe three patterns – using Context, using Subscription, and using both Context and Subscription. We discuss how those patterns address the optimizing of re-renders.
This part comprises the following chapters:
Read now
Unlock full access