option to generate project with preact #165
Closed
theArianit
started this conversation in
Ideas
Replies: 1 comment 16 replies
-
|
Hi @theArianit do you mean add preact to the While using |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello people.
First of all I want to praise you for the wonderful work for bringing SPA with react to deno.
But I am wondering if it would be possible (and hopefully not hard work) to add an option to choose preact instead of react. The library size doesn't bother me much, because in a real life project, the size difference would decrease with the complexity of the app (I am not sure, I am not an expert). But still, a 25% lighter js bundle can be expected with preact in comparison to react. Also the performance of preact seems to be a bit better in overall (according to some youtube videos and this article and this one.
Thanks for hearing out my suggestion
Beta Was this translation helpful? Give feedback.
All reactions