Live data from Hacker News

You might not need lit-labs/router

gist.github.com

1–4 of 4 posts

Re: You might not need lit-labs/router

#4

for a three-route demo app with /#/a and /#/b, you absolutely don’t need a router library

The idea is that this router works with so much more than the three routes... should prob update the example to show that

edit: updated example to show that this can handle things like url params since it just uses URLPattern()