Weโve all seen and read the React tutorials. We know about classes and components and JSX and whatnot, but then there comes the time when you have to start doing things for real. โRealโ you say? Yes. Like connecting to a database or navigating around something larger than โHello World.โ Oh, then there’s that dreaded state thing. Well, letโs have a quick talk about the โExtrasโ that we can add into a React application.
In this blog, we will address adding routing using the React Router, adding data access using the JavaScript Fetch API, and creating a global state management feature using Reactโs built-in Context API.




