-
I am aware that Waku required tremendous amount of work to learn how to implement RSC. I wonder though, now, as Parcel bundler implemented RSC in its core, how much Waku could be simplified, if switched to a bundler which supports RSC natively? This is also question for the future, as Vite which Waku is built upon plans to add RSC as well. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Waku consists of various features, such as:
I guess developing a Waku-like framework bases on Parcel would still be a non-trivial task. The biggest part I would like to offload from Waku is the bundler including the transformer, which should be done in the near future. We also extend the transformer for Waku-specific semantics, so that's also a required capability. That said, if someone were to start developing a new framework from now, Parcel should provide good building blocks. |
Beta Was this translation helpful? Give feedback.
Waku consists of various features, such as:
I guess developing a Waku-like framework bases on Parcel would still be a non-trivial task.
The biggest part I would like to offload from Waku is the bundler including the transformer, which should be done in the near future. We also extend the transformer for Waku-specific semantics, so that's also a required capability.
That said, if someone were to start developing a new framework from now, Parcel should provide good building blocks.