Oren Elbaum
Oren Elbaum
I think that this API is a bit awkward and I'd probably prefer something like this ```js useMatch('/list', { matchChildren: true }) useMatch('/list', { matchChildren: true, matchChildrenOnly: true }) ```...
For reference: https://reactrouter.com/en/main/components/scroll-restoration
I'm not sure about this, but I think that instead of exposing another function we should add an optional second argument to `useMatch`, for 2 reasons: - To reduce the...
Should probably use this tool https://github.com/babel-utils/babel-plugin-tester
Apparently the plan is to create a new website at some point, this website is temporary. So I'm going to close this issue.
fixed with https://github.com/solidjs/solid/pull/1403
Setting SSR to false does mean that CSR would be used as far as I know. So it probably still runs the SSR but doesn't use it.
It's definitely something that needs to be solved even if there's an easy workaround.
Interesting observation - only module scope code is run on the server. I think that it has to do with a Babel plugin Solid Start runs.
BTW this seems like a bug, not a question