2023-12-31
缺失 1d
2023-12-30
So in summary, SolidJS’ performance comes from appropriately scaled granularity through compilation, the most effective DOM creation methods, a reactive system not limited to local optimization and optimized for creation, and an API that does not require unnecessary reactive wrappers.
https://dev.to/ryansolid/thinking-granular-how-is-solidjs-so-performant-4g37
solidjs 没有 vnode,diff 起来也是很耗时的,他的 api 设计既像 react,又像 vue,我纳闷的是 react 选择再做一个难度极大的 react forget 的项目来弥补设计上的缺陷,为啥还要选择这样的设计方案?为了社区的不割裂?vue2 和 vue3 已经严重割裂开来。
继续阅读“宝子出生”