SolidJSS
SolidJS17mo ago
4 replies
Stefan

Issue with nested routes

When navigating to /app-1/items in the following example the Items component is rendered correctly: https://stackblitz.com/edit/solidjs-templates-huocfk?file=src%2FApp.tsx

When clicking on Settings in the menu, the Settings component is not rendered. It is rendered when reloading the page though.
It seems the nested Router is not notified about the location change.

Any ideas how such a nested router/routes structure can be achieved?
Was this page helpful?