Ryan Turnquist

Results 14 comments of Ryan Turnquist

I added a little bit of [documentation](https://github.com/rturnq/solid-router#server-side-rendering) to the readme in https://github.com/rturnq/solid-router/commit/ffa31c845966d351e211673456d117a03846261c I'll leave this issue open while I consider how to make this better.

You code looks fine. Are you using Vite? Assuming this is the case. Vite uses esbuild to pre-build dependencies as an optimization. By default esbuild treats any JSX it encounters...

[There](https://github.com/rturnq/solid-router#vite) is now https://github.com/rturnq/solid-router/commit/ffa31c845966d351e211673456d117a03846261c

Yeah, there currently isn't a way to do this. I agree it would be a worthwhile feature to add. Thinking about it brings up a lot of questions how exactly...