Brenelz
@brenelz.com
TypeScript developer working on open source projects and blogging
@solidjs.com advocate
@tanstack.com contributor
brenelz.com/posts
@solidjs.com advocate
@tanstack.com contributor
brenelz.com/posts
One big difference i see is <Activity> is on the component level whereas forking can be done on individual state
October 25, 2025 at 8:21 PM
One big difference i see is <Activity> is on the component level whereas forking can be done on individual state
so this is svelte's answer to transitions right? Maybe even <Activity />
October 25, 2025 at 8:02 PM
so this is svelte's answer to transitions right? Maybe even <Activity />
Nice I feel its in a good state currently
October 22, 2025 at 1:19 AM
Nice I feel its in a good state currently
I believe its here async-react.dev
Async React
async-react.dev
October 15, 2025 at 9:42 PM
I believe its here async-react.dev
yeah that would probably be more common
October 13, 2025 at 1:28 AM
yeah that would probably be more common
Interested in your thoughts after playing with it
October 12, 2025 at 1:57 AM
Interested in your thoughts after playing with it
In the demo there is this example
events(drummer, [
Drummer.change(() => this.render())
]);
This is one case where you aren't setting a variable so it would be easy to forget to call render?
events(drummer, [
Drummer.change(() => this.render())
]);
This is one case where you aren't setting a variable so it would be easy to forget to call render?
October 11, 2025 at 10:28 PM
In the demo there is this example
events(drummer, [
Drummer.change(() => this.render())
]);
This is one case where you aren't setting a variable so it would be easy to forget to call render?
events(drummer, [
Drummer.change(() => this.render())
]);
This is one case where you aren't setting a variable so it would be easy to forget to call render?
Enjoyed your viteconf talk
October 11, 2025 at 10:11 PM
Enjoyed your viteconf talk
Thanks. I was just a bit confused because tanstack db has the concept of live collections too
October 11, 2025 at 8:00 PM
Thanks. I was just a bit confused because tanstack db has the concept of live collections too
thats fair. It's also fair to say its not "just javascript" anymore?
October 11, 2025 at 6:21 PM
thats fair. It's also fair to say its not "just javascript" anymore?
I definately agree the run-once setup scope is so nice
October 11, 2025 at 5:59 PM
I definately agree the run-once setup scope is so nice