Cannot we use something like Solidjs instead of Preact #237
Replies: 4 comments 8 replies
-
Not right now, no. |
Beta Was this translation helpful? Give feedback.
-
If we ever get to a place which supports multiple jsx compilers, these discussions over in the solidjs repo may be helpful: |
Beta Was this translation helpful? Give feedback.
-
What about nano-jsx? Is this a potential replacement for preact? |
Beta Was this translation helpful? Give feedback.
-
What concrete advantages does Solidjs offer over Preact? The latter is much more mature, and while solidjs is faster than react, the perf advantage over preact seems to be smaller than the standard deviation in measurement results according to this benchmark with solid having a worse worst-case performance, while also requiring a more complex toolchain: The entire point of Deno is to require zero build tools (not even a typescript compiler since the runtime will just accept .ts files and jsx), which fresh also aims for, so moving to a framework which requires a compiler feels like a step backwards in that sense. You should just be able to copy the raw source files from the git repo to the runtime container. |
Beta Was this translation helpful? Give feedback.
-
Solidjs : https://solidjs.com/
Beta Was this translation helpful? Give feedback.
All reactions