recoil-nexus
Advanced tools
Comparing version 0.2.41 to 0.2.51
{ | ||
"name": "recoil-nexus", | ||
"version": "0.2.41", | ||
"version": "0.2.51", | ||
"description": "A small Typescript package to access your Recoil atoms outside of React components.", | ||
@@ -20,3 +20,3 @@ "main": "build/RecoilNexus.js", | ||
"dependencies": { | ||
"recoil": "^0.1.2", | ||
"recoil": "^0.4.0", | ||
"typescript": "^4.1.2" | ||
@@ -23,0 +23,0 @@ }, |
@@ -5,8 +5,6 @@ # R E C O I L - N E X U S | ||
#### Working with Recoil up to version 0.1.3 | ||
If you have been using **[recoil](https://recoiljs.org/)** for a while, you might have faced that outside React Components it's not possible to get or update values from atoms. | ||
If you have been using **[recoil](https://recoiljs.org/)** for a while, you might have faced it: outside React Components, it's not possible to get or update values from atoms. | ||
This Typescript implementation will workaround the issue and let you do so. | ||
This Typescript implementation relying on **[RxJS](https://rxjs-dev.firebaseapp.com/guide/overview)** will workaround this issue and let you do so. | ||
## Live Example | ||
@@ -91,2 +89,3 @@ | ||
This is a Typescript port + enhancement of [VeepCream](https://github.com/VeepCream)'s [recoil-outside](https://www.npmjs.com/package/recoil-outside). | ||
Original credits to [VeepCream](https://github.com/VeepCream)'s [recoil-outside](https://www.npmjs.com/package/recoil-outside) Javascript implementation. | ||
In this Typescript package, I decided to remove RxJS and rely on promises only. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6638
90
+ Addedhamt_plus@1.0.2(transitive)
+ Addedrecoil@0.4.1(transitive)
- Removedrecoil@0.1.3(transitive)
Updatedrecoil@^0.4.0