Results 352 comments of

i will push a fix later, you can npm install lgl-tracer meanwhile. forgot to put it into the dependencies.

i think this would require `suspend` to be a hook because i can't call useEffect(() => () => ... otherwise? another slight problem is the call signature because the parameters...

about the call signature, maybe: ```jsx async function fn([a, b, c], { signal }) { ... } useSuspend(fn, [a, b, c]) ``` so keys come out as they go in...

i would def prefer it to be a hook. i thought about it before and it used to be one. i just didn't use hooks until now and suspense can...

would you make a pr for this @benjamingr we can review and find solutions when it comes up

im glad you asked, because there aren't any. by all means ... add some :D

wait, typescript can finally do this now? since when?

is it propagated enough? safe to merge?

you can do that with starttransition. for instance here https://twitter.com/0xca0a/status/1350214749296996353 i use it to retain the current state. it's still interactive because i wanted it like that, i only show...

you could start with a pr and/or an issue discussing the enhancements, and we go from there