whatsup:基于流和分形思想的前端框架

时间:2024-02-25 23:27:08
【文件属性】:

文件名称:whatsup:基于流和分形思想的前端框架

文件大小:87KB

文件格式:ZIP

更新时间:2024-02-25 23:27:08

javascript framework reactive state-management jsx

它是什么? Whats Up是一个基于流和分形思想的前端框架。 它非常容易学习并且功能强大。 它只有几个组件,但足以构建复杂的应用程序。 安装 使用可以快速生成whatsup项目。 请参阅以下必要步骤: 全局安装WhatsUp CLI: npm i -g @whatsup/cli # or yarn global add @whatsup/cli 创建一个项目: whatsup project 运行应用程序: npm start # or yarn start 流 Conse 就像一个可观察的 import { conse } from 'whatsup' const name


【文件预览】:
whatsup-master
----.gitignore(43B)
----package.json(1KB)
----package-lock.json(238KB)
----src()
--------stream.ts(2KB)
--------atom.ts(7KB)
--------list.ts(1KB)
--------stack.ts(380B)
--------conse.ts(836B)
--------cause.ts(664B)
--------delegation.ts(354B)
--------event.ts(630B)
--------context.ts(5KB)
--------index.ts(586B)
--------command.ts(376B)
--------observer.ts(2KB)
--------dependencies.ts(723B)
--------result.ts(361B)
--------mutator.ts(334B)
--------fractal.ts(671B)
--------scheduler.ts(4KB)
--------factor.ts(236B)
----jest.config.js(223B)
----LICENSE(1KB)
----tsconfig.json(588B)
----.huskyrc(58B)
----.github()
--------workflows()
----rollup.config.js(653B)
----README.md(17KB)
----.vscode()
--------launch.json(874B)
----test()
--------list.test.ts(1KB)
--------context.test.ts(7KB)
--------fractal.test.ts(429B)
--------exports.test.ts(1KB)
--------errors.test.ts(8KB)
--------cause.test.ts(421B)
--------mutator.test.ts(2KB)
--------watch.test.ts(895B)
--------actor.test.ts(5KB)
--------exec_order.test.ts(3KB)
--------delegation.test.ts(5KB)
--------scheduler.test.ts(3KB)
--------situations.test.ts(4KB)
--------defer.test.ts(4KB)
----.prettierrc(89B)

网友评论