ItalyPaleAle / svelte-spa-router

Router for SPAs using Svelte 3
MIT License
1.56k stars 106 forks source link

Possible to pass data from userData object into props when using wrap? #284

Open JustBarnt opened 2 years ago

JustBarnt commented 2 years ago

Is there anyway for me to pass data from the userData object into the props for a component I am loading asynchronously?

mikeychowy commented 1 year ago

why not just pass the data into props? is it reactive?