Can we replace the renderer with a React one? #598
-
Is it possible to use react instead of preact? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I do not think so. Preact, as I understand it, was the choice for the whole framework (islands) architecture. |
Beta Was this translation helpful? Give feedback.
-
It's unlikely that we'll change the underlying framework used in Fresh anytime soon. It currently relies on a bunch of Preact APIs that are not available in other frameworks. The way Astro does it is by having their own compiler on top of everything which is certainly pretty cool, but comes with it's own set of tradeoffs. |
Beta Was this translation helpful? Give feedback.
It's unlikely that we'll change the underlying framework used in Fresh anytime soon. It currently relies on a bunch of Preact APIs that are not available in other frameworks. The way Astro does it is by having their own compiler on top of everything which is certainly pretty cool, but comes with it's own set of tradeoffs.