Replies: 4 comments 8 replies
|
Not right now, no. |
|
If we ever get to a place which supports multiple jsx compilers, these discussions over in the solidjs repo may be helpful: |
|
What about nano-jsx? Is this a potential replacement for preact? |
|
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. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Solidjs : https://solidjs.com/
All reactions