Zox
zoxdev.bsky.social
Zox
@zoxdev.bsky.social
Reposted by Zox
ElectricSQL is now in BETA!

We're a Postgres sync engine. Check out our new 1 million clients benchmark and demos: electric-sql.com/blog/2024/12...

Electric is ready to sync with companies like Trigger.dev, Ottogrid.ai and Doorboost.com using us in production. Great time to take another look!
Electric BETA release | ElectricSQL
The Electric sync engine is now in BETA. If you haven't checked out Electric recently, it's a great time to take another look.
electric-sql.com
December 10, 2024 at 8:31 PM
Reposted by Zox
I'm excited and sort of terrified by this. Most of my time since joining Astro six months ago has been building the content layer, and now it's time for everyone to use it for real. I hope you all like it.

Server islands are also *awesome* and I think they'll be a real game changer.
December 3, 2024 at 6:30 PM
Reposted by Zox
Tanstack Start doing doing server calls a bit different than React Server Components.

You can write the client and server logic in the same file and it replaces it with fetch calls when run on the client.

No "use client", no errors with client APIs in server components, etc..

watch at 0.5× 😆
November 29, 2024 at 4:42 PM
Reposted by Zox
Node v22 just unflagged require(esm) support 🎉

It was previously only available with "--experimental-require-module" option

Seems like this will now be supported by default in next release v22.12 ?

https://github.com/nodejs/node/pull/55217

November 27, 2024 at 8:12 AM