stunk 1.2.2 → 1.2.3
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
|
@@ -205,7 +205,7 @@ console.log(fullInfoChunk.get());
|
|
|
205
205
|
|
|
206
206
|
Computed chunks are ideal for scenarios where state depends on multiple sources or needs complex calculations. They ensure your application remains performant and maintainable.
|
|
207
207
|
|
|
208
|
-
|
|
208
|
+
## Advanced Examples
|
|
209
209
|
|
|
210
210
|
Form Validation Example
|
|
211
211
|
|
package/package.json
CHANGED