@webkrafters/react-observable-context 4.7.1 → 4.7.2
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -458,7 +458,7 @@ provides a way to update the state as a transaction of several state changes. Th
|
|
|
458
458
|
|
|
459
459
|
<h3 id="indexing"><i><u>Indexing</u></i></h3>
|
|
460
460
|
Traditionally, array state properties are updated by a new array replacement. This overwrites the existing state property.<br />
|
|
461
|
-
Hence the need for
|
|
461
|
+
Hence the need for <code>indexing</code>. Indexing provides a mechanism for updating array state properties at specific indexes using an indexed state change object.<br />
|
|
462
462
|
The store also recognizes and resolves negative indexes when present in the indexed state change object. See additional <a href="#neg-idx-tip">tip</a> below.<br />
|
|
463
463
|
<strong>Example:</strong>
|
|
464
464
|
|
package/package.json
CHANGED