Greg Johnston

Results 477 comments of Greg Johnston

Do you have a minimal reproduction of a server function that can trigger this panic?

> Regarding opening up for custom (native) renderer on top of laptos_reactive - I noticed that's what i.e. https://github.com/lapce/floem/tree/main/reactive are doing, and it would be cool to see the core...

Just to provide an update on the roadmap toward 0.6: This work has basically what I'd describe as the 80/20 point: I have reimplemented about 80% of Leptos 0.5, and...

> Since you’re tackling the split-up and refactoring of the new rendering system (which sounds amazing btw), I was wondering if you had thought about how/if functionality like HMR/HSR (Hot...

@sebadob Thanks, I'll enable issues on that repo too as it does make sense as a place for this sort of discussion. Basically: The reason we use multiple inline scripts...

I spent a while trying to implement this before 0.6, and kept running into "X does not implement Y" trait errors that I wasn't able to figure out, not being...

I've been in the car all afternoon so haven't dug in but I assume the nightly compiler without `nightly` feature also works (ie, it's the use of the `negative_impls` feature...

This is working as designed and is the only reasonable implementation given the way the framework works.