repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

commit
9d8eb2c
parent
5b6cce2
author
Eric Bower
date
2024-08-16 19:39:08 +0000 UTC
docs: copy
3 files changed,  +8, -1
M docs/posts/home.md
+1, -1
1@@ -1,6 +1,6 @@
2 ---
3 title: starfx
4-description: Structured concurrency for your FE apps with a modern approach to side-effect and state management.
5+description: A micro-mvc framework for react apps
6 slug: index
7 template: home.page.tmpl
8 ---
M docs/posts/thunks.md
+5, -0
 1@@ -92,6 +92,11 @@ function* myMiddleware(ctx: ThunkCtx, next: Next) {
 2 }
 3 ```
 4 
 5+Similar to `express` or `koa`, if you do **not** call `next()` then the
 6+middleware stack will stop after the code execution leaves the scope of the
 7+current middleware. This provides the end-user with "exit early" functionality
 8+for even more control.
 9+
10 # Thunk action
11 
12 When creating a thunk, the return value is just an action creator:
M docs/tmpl/home.page.tmpl
+2, -0
1@@ -24,6 +24,8 @@
2       </div>
3     </div>
4 
5+    <hr class="w-full" />
6+
7     <article class="features">
8       <div class="box">
9         <h3 class="m-0 p-0 text-lg">