https://github.com/onface/sync-state
快速实现 defaultValue 的语法糖 <input {...sync('name')} />
https://github.com/onface/sync-state
Last synced: 5 months ago
JSON representation
快速实现 defaultValue 的语法糖 <input {...sync('name')} />
- Host: GitHub
- URL: https://github.com/onface/sync-state
- Owner: onface
- Created: 2018-03-19T03:38:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T09:08:30.000Z (almost 8 years ago)
- Last Synced: 2025-05-15T07:41:43.416Z (8 months ago)
- Language: JavaScript
- Homepage: https://onface.github.io/sync-state/
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sync-state
无副作用
通过{...props}实现同步数据
快速上手
接口简单,一看就懂
场景明确
defaultValue的替代品
Creator