Routing in 30 LOC

I’m trying to avoid dependencies as much as possible because it’s hard to debug what you don’t know.

In this regard, I’m trying routing strategies, one of them is here: Routing in 30 loc

essentially: new url → update application state → update UI

if you had access to my local DB, accessing:
http://localhost:3010/todos/list?id=mXoSJ32hbfAHnSMaw:v=1
would give you the Favorite Scientists todo list.

Please, feel free to use it, and give feedbacks.

Thanks!