-
no-compile is very appelling for our project. but mentioned in the readme, hyperscript version of solid is not as performant as jsx version of it. I am curious about how much the difference is to make some critical project decisions. Wish there be some result like this benchmark |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Read this: https://betterprogramming.pub/the-fastest-way-to-render-the-dom-e3b226b15ca3. It's outdated but should be similar still. All non-signal implementations use state so they could be 0.04 faster in theory. Solid's a little smaller now then back then too. So might shave 1kb across the board. |
Beta Was this translation helpful? Give feedback.
Read this: https://betterprogramming.pub/the-fastest-way-to-render-the-dom-e3b226b15ca3. It's outdated but should be similar still. All non-signal implementations use state so they could be 0.04 faster in theory. Solid's a little smaller now then back then too. So might shave 1kb across the board.