Brenelz 's Avatar

Brenelz

@brenelz.com.bsky.social

A software developer that shares tech content I find interesting brenelz.com

355 Followers  |  506 Following  |  322 Posts  |  Joined: 26.04.2023  |  1.9335

Latest posts by brenelz.com on Bluesky

So cool!!

04.08.2025 22:32 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

How have you found svelte's async model? It is interesting that they hold effects by default and solid tears

30.07.2025 22:39 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0

Glad to hear your doing better. I've dealth with concussions from hockey and they are no joke

03.08.2025 01:49 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Reading it right now

30.07.2025 23:38 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

the differences can be shown here

svelte.dev/playground/8...

playground.solidjs.com/anonymous/fb...

30.07.2025 22:50 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

How have you found svelte's async model? It is interesting that they hold effects by default and solid tears

30.07.2025 22:39 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0

So if I had a logout action (which behind the scenes creates a transition) in the top right header. It actually triggered the pending on the main content table

29.07.2025 22:35 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

In solid the transition pending is global. So if you have pending in two unrelated places in the ui they affect each other. In react its scoped to the component I believe

29.07.2025 22:32 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I've mostly used transitions to avoid going to suspense fallback. Sounds like in solid v2 I won't have to reach for it as often

29.07.2025 22:22 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

The last time I checked I actually found the transition pending state in react made more sense then solid

29.07.2025 22:18 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 3    πŸ“Œ 0

They've been saying how everything out there is bad without showing an alternative

28.07.2025 02:19 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Still some interesting conversations on twitter

28.07.2025 02:18 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

This might sound weird from me, admittedly a solidjs advocate but a lot of these "react sucks" articles aren't good

28.07.2025 02:05 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

πŸŽ‰ TanStack DB now has @solidjs.com support!

25.07.2025 21:53 β€” πŸ‘ 46    πŸ” 9    πŸ’¬ 3    πŸ“Œ 2

@solidjs.com next?

25.07.2025 15:50 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Tech Promised Everything. Did it deliver? | Scott Hanselman | TEDxPortland
YouTube video by TEDx Talks Tech Promised Everything. Did it deliver? | Scott Hanselman | TEDxPortland

A must-watch talk from @scott.hanselman.com. Scott and I are of the same vintage, and I am embarrassed (mortified!) by how revolting some of our generational peers have become. Technology still has a unique power to improve our lives, but wow, do we ever have work to do. youtu.be/dVG8W-0p6vg?...

20.07.2025 15:55 β€” πŸ‘ 141    πŸ” 24    πŸ’¬ 4    πŸ“Œ 2
@tanstack/react-query: 10,552,149
react-redux: 10,548,437

@tanstack/react-query: 10,552,149 react-redux: 10,548,437

Never thought I'd see that day, but thanks to AI, @tanstack.com react-query now has, for the first time ever, more downloads than react-redux 🀯

18.07.2025 19:45 β€” πŸ‘ 106    πŸ” 6    πŸ’¬ 7    πŸ“Œ 1

No worries

17.07.2025 21:41 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Available online? Probably not I'm guessing

17.07.2025 20:51 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Lol

16.07.2025 20:29 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Is this a new post? I'm confused cause it says June 18th so not sure

16.07.2025 20:02 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
GitHub - fabian-hiller/formisch: The modular and type-safe form library for any framework The modular and type-safe form library for any framework - fabian-hiller/formisch

I am excited to share my new open-source project with you! Formisch is a schema-based, headless form library for JavaScript frameworks. 🧱

It manages form state and validation. It is type-safe, fast by default and its bundle size is small due to its modular design. 🧩

github.com/fabian-hille...

15.07.2025 03:24 β€” πŸ‘ 49    πŸ” 5    πŸ’¬ 5    πŸ“Œ 3

I genuinely think this is the best article I've ever written. It's a long one, but it covers:

- React's history going back to 2014
- Reintroducing React's concepts from first principles
- Architecture review of the React itself
- Explaination of Idempotence in React

And more!

10.07.2025 03:28 β€” πŸ‘ 41    πŸ” 8    πŸ’¬ 0    πŸ“Œ 0
NuxtLabs is joining Vercel

NuxtLabs is joining Vercel

We are excited to announce that NuxtLabs is joining @Vercel.com to pursue our mission on creating the best DX to deliver the best UX.

Read more at nuxtlabs.com

08.07.2025 13:25 β€” πŸ‘ 81    πŸ” 21    πŸ’¬ 2    πŸ“Œ 6
What Every React Developer Should Know About Signals
YouTube video by Ryan Carniato What Every React Developer Should Know About Signals

History is written by the victors. And by all accounts, React won.

Today we set the record straight. "What Every React Developer Should Know About Signals"

www.youtube.com/watch?v=VgGl...

02.07.2025 16:41 β€” πŸ‘ 60    πŸ” 11    πŸ’¬ 4    πŸ“Œ 0

So your saying I should read the book lol

01.07.2025 03:08 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Deploy TanStack Start in Less Than A Minute
YouTube video by Jack Herrington Deploy TanStack Start in Less Than A Minute

You can deploy @tanstack.com Start to @netlify.com in less than a minute, and you can now get an anonymous Neon database right out of the box with our TanStack setup. It's amazing stuff. Let me show you! Best 5 minutes you'll spend all day. youtu.be/gBEZ9SYfFDU

30.06.2025 13:22 β€” πŸ‘ 29    πŸ” 6    πŸ’¬ 0    πŸ“Œ 0

@cvuorinen.net enjoyed your reactivity talk!

30.06.2025 00:48 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Happy bday

27.06.2025 00:40 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Video thumbnail

Here's a little overview of my app PocketCal, if you haven't tried it yet!

pocketcal.com

24.06.2025 21:26 β€” πŸ‘ 432    πŸ” 80    πŸ’¬ 22    πŸ“Œ 14

@brenelz.com is following 20 prominent accounts