@webkrafters/eagleeye 1.0.4 → 1.0.5
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 +7 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,7 +24,8 @@
|
|
|
24
24
|
|
|
25
25
|
<p>Framework-agnostic native-javasacript change-stream capable immutable state manager.</p>
|
|
26
26
|
<p>It is not logically bound to any section of an application. A single instance may be deployed anywhere within an application as needed.</p>
|
|
27
|
-
<p>It is
|
|
27
|
+
<p>It is not bound by quantity. As many instances as needed may be created and deployed simultaneously anywhere within an application.</p>
|
|
28
|
+
<p>It supports framework-agnostic state sharing among applications. Simply create an <a href="https://auto-immutable.js.org/intro/">Auto Immutable</a> instance to pass around as the <code>value</code> argument for this or any <a href="https://eagleeye.js.org">Eagle Eye</a> based state manager instances.</p>
|
|
28
29
|
|
|
29
30
|
<br />
|
|
30
31
|
<p><b>Name:</b> Eagle Eye.</p>
|
|
@@ -35,7 +36,11 @@
|
|
|
35
36
|
|
|
36
37
|
Please consult the [Getting Started](https://eagleeye.js.org/getting-started) page for quick information regarding usage.
|
|
37
38
|
|
|
38
|
-
There are also framework specific Eagle-Eye installations such as
|
|
39
|
+
There are also framework specific Eagle-Eye installations such as:
|
|
40
|
+
<br />
|
|
41
|
+
[React Eagle Eye](https://www.npmjs.com/package/@webkrafters/react-eagle)
|
|
42
|
+
<br />
|
|
43
|
+
[React Observable Context](https://www.npmjs.com/package/@webkrafters/react-observable-context)
|
|
39
44
|
|
|
40
45
|
|
|
41
46
|
## Please see more documentation here:
|
package/package.json
CHANGED