cans
cans copied to clipboard
🍻 A framework for building React MobX application
Results
1
cans issues
Sort by
recently updated
recently updated
newest added
`linkState` in Preact is useful (https://preactjs.com/guide/linked-state). Planning to implement it in `inject` helper. It just like: ```js app.model({ namespace: 'form', observable: observable({ username: '', password: '' }) }) const Form...
enhancement