choojs/choo-devtools

"routes" command

Closed this issue · 0 comments

choo.routes — display which routes are registered, will especially useful in the context of async route loading (coming up).

Implementing should be straight forward; get the wayfarer/walk-paths module, and iterate over the values in app.router (third argument for stores).

If someone wants to pick this up; go for it! ✨