taro-hooks 3.0 Roadmap #79
innocces
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TR;TD
It's been a year since taro-hooks 2.0 was released. Downloads are basically at 2k/week. This proves that taro-hooks still has stable and active users. Of course, there are still a lot of 1.5.x users in the middle. We have supported vite compilation mode plugin with taro4.0.
As we used it more, we found that support for some parts of it lagged behind (mostly because I was too lazy, of course).
Also, people are a bit more black-boxed about the implementation of internal code and debugging some internal content of the vue version. This is also a minor design flaw in our 2.0 release. There was more confidence in plugins at the time. But plugins are still limited by the version of taro. For example, in 4.0 vite mode, we need to adapt to the new compilation system to inject our internal ghost dependencies.
We need to start preparing for the 3.0 project.
Inspired by shadcn/ui. We're starting the era of pre-compiled source code. Better source debugging. Easier modding. More transparent development.
New Struct
Core
and more...
TR;TD
taro-hooks 2.0 发布已经一年时间了。下载量基本处于 2k/周 的状态。证明 taro-hooks 还是有稳定的活跃用户存在的。当然这中间依然存在着不少 1.5.x 的钉子户。我们之前配合 taro4.0 进行了 vite 编译模式的插件支持。
随着使用的增加我们发现逐渐的会对部分的内容支持拖后(当然这里大部分的原因是我太懒了。)
而且大家对于内部代码的实现以及对于 vue 版本的一些内部内容的 debug 也比较黑盒。这也是我们 2.0 版本设计上的一点小缺陷。当时对插件的信心比较大。但是插件依然受限于 taro 的版本。比如 4.0 vite 模式我们需要适配新的编译系统来完成我们内部幽灵依赖的注入。
综合所上我们 3.0 的计划也该开始准备了。
受到 shadcn/ui 的启发. 我们开启无预编译的源码时代. 更好的源码 debug. 更方便的魔改. 更透明的开发.
新架构
Core
未完待续...
Beta Was this translation helpful? Give feedback.
All reactions