Svelte Event Router

A simple SPA router that enforces event-driven user interfaces. Your router does a lot for you. Choose a good one.

Why This One

Rather than navigating to a URL to update the view (while this does work), you send events to the router. Event driven development results in well-architected projects that are predictable and less prone to errors.

npm install svelte-event-router
{chapters}