reapp / reapp-routes

Simple route DSL
MIT License
34 stars 13 forks source link

Best way to retrieve route params #7

Open clauderic opened 9 years ago

clauderic commented 9 years ago

I've been using this.context.router.getCurrentParams()[key], but it appears to sometimes return undefined (presumably due to some race conditions). Any insight on this?