Nicky McCurdy
Nicky McCurdy
Not sure what the source of that error is specifically, but Next's app router already supports RSCs, so you don't need this package unless you're integrating a supplemental tool (like...
I later realized [`react-server-dom-webpack`](https://www.npmjs.com/package/react-server-dom-webpack) has working releases in its experimental and canary channels. If you're using [`react-server-dom-webpack`](https://www.npmjs.com/package/react-server-dom-webpack), install `react-server-dom-webpack@canary`. The issue still remains for [`react-server-dom-esm`](https://www.npmjs.com/package/react-server-dom-esm).
Thanks, though I'm still keeping this open to track until there is a non-empty release.
This seems like a great idea, but I'd like some social media integration (just some share buttons). I also think the non-binary or gender non-confirming group should be included, and...
Example using `streaming` to toggle displaying the user's phone number on stream: ```css @media (streaming: active) { .phone { display: none; } } @media (streaming: none) { .phone { display:...
> Maybe it should be even more generic actually; say a `prefers-*` media query There could be something like `prefers-privacy`, but I feel you should be able to toggle this...
> I like the concept, but I don't like the name. It makes it sound like it has something to do with network streams. It also excludes a lot of...
> This sounds like a reasonable idea Thanks! I'm implementing a proprietary version currently, but I feel like this would be way more useful as part of the web platform....
@tabatkins Hey, friendly reminder, could you please reply? I'd like to unblock this.