solid-impl-routing
Installation
SKILL.md
solid-impl-routing
Quick Reference
Installation
npm install @solidjs/router
Requires SolidJS v1.8.4 or later.
Router Types
| Router | URL Style | Use Case |
|---|---|---|
Router |
/path |
Production apps with server support |
HashRouter |
/#/path |
Static hosting without server rewrites |
MemoryRouter |
In-memory | Testing, no browser history |