Brenelz
brenelz.com
Brenelz
@brenelz.com
TypeScript developer working on open source projects and blogging

@solidjs.com advocate
@tanstack.com contributor

brenelz.com/posts
Reposted by Brenelz
October 27, 2025 at 5:53 PM
Definitely interesting. Good work by the svelte team
today we landed a @svelte.dev feature i'm pretty stoked about — we call it 'forking', and it lets you run state changes offscreen and later choose whether to commit them (e.g. user hovers on a link, preload data in case they click)

- docs svelte.dev/docs/svelte/...
- demo svelte.dev/playground/a...
forking monkeys • Playground • Svelte
Web development for the rest of us
svelte.dev
October 25, 2025 at 7:27 PM
Reposted by Brenelz
Time for a first look into the @nitro.build v3 alpha, which is just a @vite.dev plugin 👀

youtu.be/sWGWHyVlIlU
Nitro v3 ALPHA: The first look
YouTube video by Alexander Lichter
youtu.be
October 24, 2025 at 6:27 PM
Anyone using tanstack start for solid? We've done some upgrades
October 21, 2025 at 11:19 PM
Reposted by Brenelz
⚓ Oxlint now supports plugins written in JavaScript ⚓

Developers can customize and extend Oxlint using JavaScript, but at a speed approaching Rust, due to 'raw transfer' between Rust and JS, and other breakthroughs

Many ESLint plugins can run without any modification.

Read the full post👇
October 20, 2025 at 11:19 AM
Blue jays going to the world series!!!
October 21, 2025 at 3:11 AM
Reposted by Brenelz
Signals flip the script. React renders where you create state. Signals render where you use state. Same state, but you are pushed into patterns that will lead to better performance by default. One paradigm shift away from memoization hell. 🎯

www.jovidecroock.com/blog/state-v...
State and rerenders
Exploring the paradigm shift from 'render where you create state' to 'render where you use state'.
www.jovidecroock.com
October 18, 2025 at 2:17 PM
Reposted by Brenelz
got laid off due to restructuring :(

i’m now available for mid+ frontend developer/software engineering positions

in the meantime, we’re back to building the future and fun on the web on atproto :)
October 17, 2025 at 1:46 AM
Reposted by Brenelz
Here's the code for my Async React demo:

github.com/rickhanlonii...
GitHub - rickhanlonii/async-react: The final state of the React Conf 2025 Async React talk.
The final state of the React Conf 2025 Async React talk. - rickhanlonii/async-react
github.com
October 15, 2025 at 8:41 PM
@mk.gg live collections in astro is request time right? Its not live in the sense of websockets
October 11, 2025 at 7:48 PM
So an interesting observation. To derive data in Remix 3 you wrap it in a function in the setup scope

let count = 1;
let doubled = () => count * 2;
October 11, 2025 at 5:33 PM
Thoughts on Remix 3?
October 11, 2025 at 12:16 AM
Enjoyed the @rich-harris.dev talk at vite conf. query.batch is interesting
svelte.dev/docs/kit/rem...
October 9, 2025 at 11:09 PM
Reposted by Brenelz
React transitions mark updates as low-priority to keep user input instant and the UI responsive
October 6, 2025 at 7:37 PM
This is pretty cool. Dealing with FormData always a pain
SvelteKit's remote functions now handle FormData out of the box!
github.com/sveltejs/kit...
October 6, 2025 at 7:13 PM
Reposted by Brenelz
React 19.2 is now available!

This release includes Activity, useEffectEvent, React Performance Tracks, partial pre-rendering, and more:

react.dev/blog/2025/10...
React 19.2 – React
The library for web and native user interfaces
react.dev
October 1, 2025 at 9:49 PM
Reposted by Brenelz
Now is the best time to try out @tanstack.com Start and give feedback on the RC 🙌
TanStack Start v1 Release Candidate | TanStack Blog
TanStack Start has officially reached a v1.0 Release Candidate. This is the build we expect to ship as 1.0, pending your final feedback, docs polish, and a few last-mile fixes. Now’s the perfect time....
tanstack.com
September 30, 2025 at 8:24 AM
Have you used tanstack start? What do you like about it?
September 29, 2025 at 1:12 AM
For me the work going into view transitions and devtools stuff is impressive #react
For the first time in the 4 years I've been doing Friday streams, I will be having a @react.dev Core Team member as a guest.

I'm excited to welcome @ricky.fm on to talk all things React. Past, present, future.

www.youtube.com/live/3vw6EAm...
Innovating React w/ Ricky Hanlon
YouTube video by Ryan Carniato
www.youtube.com
September 28, 2025 at 1:56 AM
@ricky.fm great stream today. The output of that todomvc demo was pretty clean
September 26, 2025 at 11:08 PM
I spend a lot of time at the intersection of these 2 frameworks so I'm excited!
For the first time in the 4 years I've been doing Friday streams, I will be having a @react.dev Core Team member as a guest.

I'm excited to welcome @ricky.fm on to talk all things React. Past, present, future.

www.youtube.com/live/3vw6EAm...
Innovating React w/ Ricky Hanlon
YouTube video by Ryan Carniato
www.youtube.com
September 24, 2025 at 5:31 PM
Reposted by Brenelz
🚀 Announcing TanStack.com Start v1 Release Candidate!

Upgrades ↓

✨ Unified Route Tree: no more server-specific files
🔐 Type-safe middleware & server context upgrades
🛡 CSP/nonce support
⚡ Now works with any native Vite Env plugin
🌀 Zero-JS: any server handler can render!
TanStack | High Quality Open-Source Software for Web Developers
Headless, type-safe, powerful utilities for complex workflows like Data Management, Data Visualization, Charts, Tables, and UI Components.
TanStack.com
September 23, 2025 at 8:10 PM
Reposted by Brenelz
Upvote this feature for Interop 2026: github.com/web-platform...
September 17, 2025 at 7:08 PM
Wait there are people who don't like Suspense? I feel they must misunderstand it
September 16, 2025 at 1:20 AM
Always learn something from an Aurora talk!
September 12, 2025 at 1:49 AM