Activity for niklas.stadi.gs
Loading activity...
I think with more resources in react Sebastian and Andrew could have kept their laser focus on the end game while extra resources could have focused on finishing up the individual pieces in between with hooks and docs and whatnot.
I don't remember if I talked this thing in a conference or a tweet, but my original motivation was data fetching with suspense. RSC was told as an official solution for data fetching, and because there's no way to develop a "library" for it, I ended up developing a "framework".
This observation from @cmuratori.bsky.social is spot on. The mentality of current leaders is central to the degradation of our society and social culture. This speech by Eric Schmidth is a perfect example.
[1/2] I don't normally make commentary videos, but after seeing the entirety of Eric Schmidt's University of Arizona commencement speech, I felt like there was a lot more going on than just "CEO mentions AI, gets booed". So I made a video to explain what upset me about it.
In case you are wondering why we need more than one browser engine
So, Chrome's "web standard" Prompt API: Mozilla: Opposed WebKit: Opposed Microsoft: Several concerns W3C TAG: Several concerns Developers: Mostly negative Chrome: Ships anyway. A sad time for web standards. But, I guess someone at Google will get promoted, so 'every cloud…'
TSRX is really interesting. I have been hoping for something like this for TS since the component syntax of flow was introduced: tsrx.dev
This is cool and I hope that this will make more people understand and adopt RSCs, which is a GOOD THING. But over time, when we actually use RSCs, we may look at next as "oh wow, you could just render your server components directly in the tree without the ceremony". We might need this to catch up.
Finally, TanStack Start now supports React Server Components! Start's RSCs are a truly fetchable, cacheable and composable primitive that work with your favorite tools instead of dictating your entire architecture. Oh, and one more thing... "Composite Components" 😉 tanstack.com/blog/react-s...
I'm so tired of jank and spinners knowing that the future is right around the corner: github.com/facebook/rea... You can already get async react with RSC, but component libraries can't commit to this until we have support in client-side data libs. Let's move forward!
I'm so tired of jank and spinners knowing that the future is right around the corner: github.com/facebook/rea... You can already get async react with RSC, but component libraries can't commit to this until we have support in client-side data libs. Let's move forward!
I thought there would have been a lot more new concurrent-safe #react stores popping up by now, but it's way too quite around this. fate.technology by @christoph.nkzw.tech is really interesting though.