#Yew Router and SSR
1 messages · Page 1 of 1 (latest)
have you refered to this? https://github.com/yewstack/yew/tree/master/examples/ssr_router
which uses this as frontend
my ssr project uses yew-router and it works fine
Thanks @lavish bear and sorry for the silence. I've gotten nearly everything to work now except for what I believe to be a bug related to linearGradient
nicee, are you gonna showcase your project?
Alright, all SSR now working (including SSR futures/data fetching - this is so cool!) save for my issue with a linear gradient. I believe the latter to be a bug https://github.com/yewstack/yew/issues/3871
If you have a good suggestion for a work around let me know