New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
Every link on my app points at the same page, and sharing a link with someone just lands them on the homepage.
What you'll have at the end
A working nav bar where each link changes the URL and renders a different page
You need
A React app already split into separate page-shaped components, such as a plant list, a single plant's view, and an add-plant form, that the app swaps by hand with a state variable instead of through the browser's own address bar.
Not covered
Configuring your hosting so a deep address for a single plant still finds the app after a full page refresh instead of failing at the server.
Leans on
Checked 22 Aug 2026
Part of the React Frontend Framework cookbook