A playground for my dabblings in making a new router inspired by Ember and Remix with type coverage and great developer experience (we'll see). Router is completely based off https://github.com/lifeart/tiny-router 👏 to lifeart for writing it!
Start yarn dev
. Open url that is logged.
- Nested routes
- Example of a modal route
- Pagination (more routing example)
- TS types for params in urls
- Loading components
- Error components
- (bug) Changing value uses old cache
- AbortSignal
- Router service
- Better DX for defining routes
- Stack based route renderer/APIs