Can we replace the renderer with a React one? #598
|
Is it possible to use react instead of preact? |
Answered by
marvinhagemeister
Jul 19, 2023
Replies: 2 comments 1 reply
|
I do not think so. Preact, as I understand it, was the choice for the whole framework (islands) architecture. |
1 reply
|
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. |
0 replies
Answer selected by
marvinhagemeister
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.