Omar Elhawary
Omar Elhawary
Support [solid-router](https://github.com/solidjs/solid-router): - Same `generouted` routing conventions w/ nested layouts - Code splitting - Maybe route-based data functions (loader)
Support [`react-router-dom`](https://reactrouter.com/en/main): - Same `generouted` routing conventions w/ nested layouts - Route-based loader - Route-based action
### Describe the bug Navigation to the same route path with different state is detected using `navigate(path, { state: ...})` directly — however when using browser back/forward buttons, the state...