Nikhil Saraf
Nikhil Saraf
No, not yet and not sure sure what would be needed to support webpack. it needs a dev server integration
I would want to approach this in a way like this. We make things work with one setup, right now vite. This will give us a few parts. - Babel...
@ryansolid, @rturnq can you look at this? why would this be happening?
What would cause this bug, the hackernews demo is the same one we have always had
How would we fix this.. there is no userland transition code involved.. so must be one of our libraries?
not possible to inject stuff arbitrary outside the html, most of the anchors, imgs, etc are being rendered via the JSX. If they are not `A` they are not even...
No that would be perfect!
If we want to add server functions via use server, you should use @vinxi/server-functions which is an ootb way to add use server support in any Vinxi app
https://github.com/nksaraf/vinxi/blob/main/examples/solid/ssr/basic/app.config.js Ootb -Out of the box
Yeah I would like to be able to not remount everything when going from edit to play mode (okay when coming back).. remounting is always slightly slow and if we...