cogsbox-state 0.5.479 → 0.5.480
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -291,6 +291,8 @@ const isSelected = todos.$index(0).isSelected;
|
|
|
291
291
|
|
|
292
292
|
## Plugin Chain Methods
|
|
293
293
|
|
|
294
|
+
For a full plugin how-to (registration, hooks, validation, etc.) see [PLUGINS.md](./PLUGINS.md).
|
|
295
|
+
|
|
294
296
|
Plugins can add custom methods to the state builder chain with `.methods(...)`.
|
|
295
297
|
This is useful for reusable behaviours such as uploads, persistence, analytics,
|
|
296
298
|
or domain-specific state actions.
|