shaunlee / alpinejs-router

Easy to use and flexible router for Alpine.js
MIT License
103 stars 3 forks source link

Dynamic Routes #11

Closed AndreCabrera closed 9 months ago

AndreCabrera commented 10 months ago

Hello, how to add dynamic routes?, there is a fuction like $router.addRoute ? thx for your work.

shaunlee commented 9 months ago

Hi @AndreCabrera

I haven't tried if adding routes dynamically works, but there is an add method you can use, see the src/router.js line 8.