dai-shi / react-worker-components

React Worker Components simplify using Web Workers
MIT License
338 stars 7 forks source link

Can this be based on RSCs? #4

Open dai-shi opened 2 years ago

dai-shi commented 2 years ago

This project is inspired by React Server Components. The current implementation is independent from RSCs, but I have been interested in making this based on RSC APIs, if such things are provided.

Just found a comment https://github.com/reactjs/rfcs/pull/229#discussion_r1013915436 from @Noriller, so opening a issue for discussion.

imcuttle commented 8 months ago

but I have been interested in making this based on RSC APIs

@dai-shi How about the thing now? I'd like to using react worker component instead of rsc

dai-shi commented 8 months ago

My current focus is https://github.com/dai-shi/waku. Maybe at some point, I will try to apply what I've learned there.