没有合适的资源?快使用搜索试试~ 我知道了~
atom:灵活的状态管理器
共77个文件
js:29个
html:11个
md:11个
需积分: 12 0 下载量 24 浏览量
2021-05-25
07:58:37
上传
评论
收藏 1.19MB ZIP 举报
温馨提示
原子 灵活的状态管理器 快速开始 :backhand_index_pointing_down: 安装 使用npm安装: npm i -S @klaxon/atom 原子 原子代表可重用状态的小片段,并维护自己的内部存储。 每当触发更新时(通过调用该Atom的setter函数),Atom存储库都会调度一个事件。 订阅该Atom的所有组件都将获取事件,触发更新并仅导致相关组件进行更新和重新呈现。 import { atom } from '@klaxon/atom' ; const [ count , setCount ] = atom ( { key : 'count' , default : 1 } ) ; console . log ( count . getState ( ) ) ; // 1 setCount ( 2 ) ; setCount ( old => old + 1 ) ; console . log ( count
资源推荐
资源详情
资源评论
收起资源包目录
atom-master.zip (77个子文件)
atom-master
integrations
haunted.js 1KB
lit.js 3KB
preact.js 1KB
rollup.config.js 550B
index.js 150B
docs
guides
atoms
graphs-05.svg 14KB
graphs-02.svg 11KB
index.md 9KB
testing
index.md 20B
faq
index.md 5KB
selectors
graphs-03.svg 15KB
graphs-04.svg 21KB
index.md 3KB
index.md 4KB
demos
atoms
index.md 4KB
demo-apps
index.md 3KB
selectors
index.md 5KB
index.md 250B
graph.svg 42KB
_assets
social-media-image.jpg 113KB
logo.svg 456B
style.css 5KB
_static
icons
android-chrome-192x192.png 6KB
apple-touch-icon.png 6KB
favicon-32x32.png 1KB
mstile-150x150.png 4KB
favicon-16x16.png 908B
android-chrome-512x512.png 23KB
site.webmanifest 426B
favicon.ico 15KB
carbon.png 533KB
size.png 518KB
components
wcd-snippet.js 3KB
_data
footer.json 567B
site.cjs 518B
index.md 5KB
rocket.config.mjs 95B
package.json 1KB
test
core
core.test.js 4KB
lit
lit.test.js 3KB
src
core.js 4KB
devtools.js 1KB
Store.js 481B
devtools
panel.html 1KB
index.js 97B
panel.js 12KB
icon16.png 858B
manifest.json 536B
index.html 70B
dist
panel.html 1KB
panel.js 138KB
content_script.js 3KB
edit-24px.svg 349B
json-element.js 5KB
.gitignore 122B
demo
preact-hooks
index.js 744B
index.html 84B
hooks
index.js 2KB
index.html 146B
todo-app
atoms
index.js 116B
index.js 487B
todo-debug.js 1KB
todo-list.js 2KB
index.html 213B
selectors
index.js 284B
todo-detail.js 2KB
init-selector-bug
index.js 3KB
index.html 108B
loadable-atom
index.js 945B
index.html 108B
nested-selectors
index.js 1KB
index.html 152B
data-fetching-selector
index.js 2KB
index.html 108B
dev-tools
index.js 2KB
index.html 110B
README.md 4KB
共 77 条
- 1
资源评论
w4676
- 粉丝: 27
- 资源: 4620
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功