Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsubal/r-model
v-model like hooks for React
https://github.com/fsubal/r-model
Last synced: about 1 month ago
JSON representation
v-model like hooks for React
- Host: GitHub
- URL: https://github.com/fsubal/r-model
- Owner: fsubal
- Created: 2023-03-03T12:47:32.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T15:37:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T01:59:19.315Z (about 2 months ago)
- Language: TypeScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @fsubal/r-model
Set of React hooks that works like `v-model` in Vue.js
### Why?
You need a minimal state management, mostly for ``, but not an opinionated Form components.
### How to use
```
npm install @fsubal/r-model
```write how to use
```ts
// sample code
```### Development
how to develop or contribute
### See also
some packages to refer