hellof2e / quark-design

Browser-native component library, framework-agnostic, base on web components.(移动端 UI 组件库,无框架,即插即用。)
https://quark-ecosystem.github.io/quarkd-docs
MIT License
1.9k stars 189 forks source link

quark-core依赖了preact,作为web components的组件库内部依赖了别的框架是出于什么考虑? #348

Open cqcpcqp opened 1 week ago

cqcpcqp commented 1 week ago

A description of the problem, steps to reproduce, or with code samples, can be hosted on a GitHub repository with a link to the repository. (问题说明,重现步骤,或附上代码示例,可存放 GitHub 仓库并提供仓库链接。)

这样的话组件库还是会有个运行时在跑吧,虽然达到了跨框架的目标,但是技术角度看还是很别扭额。之前似乎实现了一套jsx-runtime,后来又干掉了换preact。求问,团队是怎么说服自己给组件库加运行时的?