Basic
JD
John Doe Active 2 mins ago
JD
Hey, did you see Svelte 5 just got released?
1:55 AM
JD
Yes! The runes system looks really interesting!
1:58 AM
JD
Right? Such a big change from the previous reactive system
2:00 AM
JD
Have you tried migrating any projects to it yet?
2:03 AM
JD
Just started with a small one. The migration guide is super helpful
2:05 AM
JD
Any breaking changes causing issues?
2:08 AM
JD
The new $state syntax took some getting used to, but its cleaner now
2:10 AM
JD
The performance improvements are impressive too
2:13 AM
JD
Yeah, the compiler optimizations are amazing. Much faster now
2:15 AM
JD
Looking forward to using it in my next project!
2:18 AM
JD
{initials(data.friend.name)}
{data.friend.name}
Active 2 mins ago
{message.message}
{message.sentAt}
{/each}
{initials(data.friend.name)}
Installation
jsrepo add ui/chat
Usage
CN
Hello, World!
Acknowledgements
This component takes inspiration from jakobhoeg/shadcn-chat.