An open API service indexing awesome lists of open source software.

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')} />

Awesome Lists containing this project

README

          

# sync-state


sync-state


快速实现 defaultValue 的语法糖
<input {...sync('name')} />












无副作用

通过{...props}实现同步数据








快速上手

接口简单,一看就懂








场景明确


defaultValue的替代品






Creator