Devin Rhode
Devin Rhode
Idk what reshim would do I'm using the git install method now On Tue, Dec 20, 2022, 8:35 PM James Hegedus ***@***.***> wrote: > Our docs do warn that depending...
Does asdf currently have a mechanism for informing users of new releases when they are running commands? If it does, mentioning this in docs would be a good idea, after...
I also have a need to do hash routing. My SolidStart app be loaded into another app as a "widget", hence, I don't want to modify the main url path....
It could be more intuitive let users to see this in their generated root.tsx: ```tsx ``` But idk. SolidStart's router has it's own intricacies. Maybe we expose a `StartRouter` instead,...
Even if there was a `` in my generated root.tsx, I probably would still have searched Google for "solid.js/SolidStart hash routing" to find out what the prop is, at least....
> I've been thinking about exposing this more. The challenge in Solid is that component depth affects hydration so I sort of didn't want to expose the context tree. I'm...
> I got this crazy "micro-app" thing mostly working, and noticed an issue related to routing/paths. I think once scripts start hydrating the app, Solid router see's that the current...
I think a prop passed to `
@nksaraf @ryansolid @zackpi @timbasel @arksun-bc @rturnq - I have opened a PR here: https://github.com/solidjs/solid-start/pull/1026
@curioustechizen you could use git subrepo in a unique way. Convert the submodules to git-subrepo, but, I've had poor performance pushing/pulling to the "child repo" repositories. Since you are trying...