Greg Johnston

Results 477 comments of Greg Johnston

I'll be honest and say I'm unlikely to implement these as they will probably be superseded by a proper Store type in the next release, and should be a short...

This example might be a bit too minimal for me to understand how it would arise. This is not how Suspense is intended to be used, and isn't how it's...

I am marking both this and #2317 as `Feature request` and `0.7`. I am pretty sure that the changes to the way async stuff works in 0.7 mean that their...

Closing as the 0.7 branch has been merged into main, and this works there.

I assume you also get the warning that I get: ``` At src/app.rs:16:14, you are reading a resource in `hydrate` mode outside a or . This can cause hydration mismatch...

Checked and this example seems to work as intended on current main branch (0.7), although some things have been renamed/etc. ```rust #[component] pub fn App() -> impl IntoView { let...

So, first: agreed that this would be amazing. I would genuinely love to have it available, so read everything below as "hm, how could we get the best equivalent experience."...

Your two points under additional context are extremely helpful. Is there any chance you might have time to try a fix? I might not have time to work on it...