mobx-react-use-autorun 3.0.55 → 3.0.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -169,7 +169,7 @@ Other than that, all usages are correct. Example:<br/>
|
|
|
169
169
|
return <button onClick={() => console.log(toJS(state))}>{'Click Me'}</button>;
|
|
170
170
|
})
|
|
171
171
|
|
|
172
|
-
### Notes - Define global mutable data
|
|
172
|
+
### Notes - Define global mutable data with observable
|
|
173
173
|
|
|
174
174
|
import { observable } from 'mobx-react-use-autorun';
|
|
175
175
|
|
|
@@ -252,9 +252,8 @@ Publish to npm repository
|
|
|
252
252
|
# Learn More
|
|
253
253
|
|
|
254
254
|
1. React UI framework (https://reactjs.org)<br/>
|
|
255
|
-
2.
|
|
256
|
-
3.
|
|
257
|
-
4. Material UI is a library of React UI components that implements Google's Material Design (https://mui.com)
|
|
255
|
+
2. Reactive Extensions Library for JavaScript (https://www.npmjs.com/package/rxjs)
|
|
256
|
+
3. Material UI is a library of React UI components that implements Google's Material Design (https://mui.com)
|
|
258
257
|
|
|
259
258
|
# License
|
|
260
259
|
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"mobx-react-use-autorun","version":"3.0.
|
|
1
|
+
{"name":"mobx-react-use-autorun","version":"3.0.57","description":"React Hook for mobx","scripts":{"test":"npx -y -p typescript -p ts-node ts-node --skipProject bin/mobx_react_test.ts","build":"npx -y -p typescript -p ts-node ts-node --skipProject bin/mobx_react_build.ts","make":"npx -y -p typescript -p ts-node ts-node --skipProject bin/mobx_react_make.ts"},"dependencies":{"mobx":"6.7.0","mobx-react-lite":"3.4.0","react-use":"17.4.0","rxjs":"7.8.0"},"peerDependencies":{"react":">=16.8.0"},"license":"MIT","keywords":["react","mobx","typescript"],"main":"./dist/index.js","types":"./dist/index.d.ts","eslintConfig":{"extends":["react-app","react-app/jest"]},"homepage":"https://github.com/zdu-strong/mobx-react-use-autorun#readme","repository":{"type":"git","url":"git+https://github.com/zdu-strong/mobx-react-use-autorun.git"},"files":["lib","dist"],"bugs":{"url":"https://github.com/zdu-strong/mobx-react-use-autorun/issues"},"publishConfig":{"registry":"https://registry.npmjs.org/"}}
|