This could be a part of framework. Soon to released ;) There is a lot to it and deployed to almost every vendors out there @vercel@Cloudflare@Railway and all what @nitrojsdev offers.
With streaming, the UI starts rendering immediately.
Without it, nothing appears until the full result set is returned.
This difference becomes obvious in metrics like first contentful paint vs last contentful paint.
See for yourself👇
https://t.co/U9HEu2pBJr
Meet Suno v5.5: More expressive, more you.
Use your voice, your sound, and your taste to make music that's unmistakably yours, in the best and most personal Suno experience yet.
👀 Sneak peek of TanStack Start RSC from @tannerlinsley at React Paris
I'm sold on the vision:
- flexible primitives, composable
- looks more lib than fwk, unopinionated
- opt-in incrementally
- composite components => no 'use client' directive
- no Server Actions, on purpose
every skeleton screen you've ever hand-coded is a waste of time
you're literally measuring padding and guessing widths to build a worse version of a layout that already exists in your DOM
so I made a package that just reads the real one
Announcing Amazon S3 Files.
The first and only cloud object store with fully-featured, high-performance file system access.
Learn more here. https://t.co/rNuWa5Rsi2
introducing isolet
package any component into a self-contained widget you can embed anywhere
your CSS stays isolated. host page styles can't break it
works with react, solid, svelte, or vanilla js
npm i isolet-js
By far the strangest TypeScript trick I've ever come across is the Loose Autocomplete trick.
No idea who discovered this, but it's become widely used by OSS wizards.
It's now even used by React's types to type attributes like aria-role.
Happy to announce TSRX. Think it as the spiritual successor to JSX.
We extracted it from Ripple, and made it framework agnostic. It can compile to React, Ripple and Solid, other frameworks to come soon.
It's a TypeScript superset language, with a parser, compiler and a selection of plugins for editors + Prettier + ESlint, etc
It's early alpha but we thought people might be interested in it. 🧵