+1
-1
| { | ||
| "name": "hyperwrap", | ||
| "version": "1.0.8", | ||
| "version": "1.0.9", | ||
| "description": "Makes React simple and functional", | ||
@@ -5,0 +5,0 @@ "main": "index.tsx", |
+4
-3
@@ -64,2 +64,5 @@ # Meet hyperwrap | ||
| **Async operations** are really no different. | ||
| The basic flow looks like... | ||
@@ -69,3 +72,3 @@ | ||
| application at rest => event => action => state change => re-render => application at rest | ||
| application at rest => event => action => state change => re-render => application at rest again | ||
@@ -76,5 +79,3 @@ ``` | ||
| **Async operations** use the same flow. Remember - any time the state changes, the View rerenders (unless you don't want it to). | ||
| # Get and Update State (Basics) | ||
@@ -81,0 +82,0 @@ |
212
0.47%7758
-0.97%