Today we're releasing a new set of components for building chat interfaces.
We've taken the patterns we build every day, rethought the abstractions behind them, and turned them into components you can compose and customize.
We're starting with the conversation layer: streaming, scrolling, messages, bubbles, attachments, and markers.
๐จ Anthropic just showed a 24-minute workshop on how to actually do prompts for Claude.
Taught by the people who built it.
Free. No registration. No paywall.
I've seen $300 courses that don't cover what they teach in the first 8 minutes.
Watch it and bookmark it now.
Congrats President Trump ๐บ๐ธ
Excited about the impact ๐, prediction markets, citizen journalism, podcasts, and the open web played in fostering democracy and a free media. It's a new world.
We recently launched JSR, a new open source package registry for all of JavaScript (and TypeScript!)
In this post, @lcasdev dives into how we built JSR to be:
๐ reliable (100% SLO)
๐ simple to use for publishers and consumers
๐ฆ compatible with NPM
https://t.co/Zry0rNev2m
@heyImMapleLeaf Not so hot take, big files are better then having fifteen directories with ten lines of code in each one then exporting from an index. I hate that component name / index became a norm in react
@heyImMapleLeaf Module federation is nice for teams that donโt communicate well or when app releases have to go through a strict compliance process. If your code is isolated to just one page itโs easier to deploy it when you have restrictions around when you can release. In example fintech apps
Oh, yeeeeah, this has been merged ๐๐๐๐๐๐๐๐๐
TS 5.5 is gonna be one of the most epic releases in a while, once again - huge props to @danvdk
https://t.co/GyiyTAWSM7
Today, weโre excited to announce a new Workers Vitest integration - allowing you to write unit and integration tests via the popular testing framework, Vitest, that execute directly in our runtime, workerd! https://t.co/HYs7bSwKI4
@t3dotgg Also that they have had to pull some abstractions into tooling they use to make the DX manageable. Itโs hard currently to compose re-render on time validation with the current api next exposes. What would be the best is react query like caching with RSC. ๐