How I built a simple react-navigation clone in 5 minutes
React navigation is a really powerful library. But you often don't need that much.
Building your library for this case teaches you a lot about React Context API and how simple the navigation in a SPA happens.
Integration
export function App() {
ret...
royalzsoftware.hashnode.dev2 min read