-
Book Overview & Buying
-
Table Of Contents
Full-Stack React, TypeScript, and Node - Second Edition
By :
This chapter covered three essential tools for building production React applications. We learned Redux through Redux Toolkit, setting up a centralized store, defining slices that bundle reducers and auto-generated action creators, and connecting components to the store through typed hooks like useAppSelector and useAppDispatch. We then explored React Context, which is not a state management library but a built-in transport mechanism for sharing stable, low-frequency values like themes across the component tree without prop drilling. We saw how React 19 simplifies Context with the <Context> provider syntax and the use API. Finally, we worked with React Router v7, building routes, nested routes, dynamic segments with useParams, and programmatic navigation with useNavigate.
Together, these tools give us the ability to manage global state, share environment-level configuration, and handle client-side navigation, which are the core building blocks of any full-scale React application...
Change the font size
Change margin width
Change background colour