@rcp/use.syncstorage

Sync state to storage


Keywords
余聪, use, syncstorage, react, rcp, combination, helper, high-order-component, hoc, typescript, utility
License
MIT
Install
npm install @rcp/use.syncstorage@2.0.0

Documentation

rcp

build status Test coverage lerna prettier Conventional Commits

Anything about React Component

Develop

git clone https://github.com/imcuttle/rcp.git
cd rcp
npm install
npm run bootstrap

New a package

Use edam for generating.

npm run new
# Or use edam-cli in straightway
npm i edam-cli -g
edam

About package name

  • internal package

should be named as _foo, eg. @rp/_types.

  • utility package

should be named as util.{{lowerCase}}, eg. @rp/util.displayname.

  • hoc package

should be named as hoc.{{lowerCase}}, eg. @rp/hoc.i18n.

  • component package

should be named as c.{{lowerCase}}, eg. @rp/c.text.

  • React Hook related

should be named as use.{{lowerCase}}, eg. @rp/use.i18n.

Packages

Authors

This library is written and maintained by imcuttle, moyuyc95@gmail.com.

License

MIT