repos / starfx

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

commit
c80d74b
parent
1beab54
author
Eric Bower
date
2024-08-26 15:23:04 +0000 UTC
fix: fmt
3 files changed,  +3, -3
M docs/posts/caching.md
+1, -1
1@@ -1,6 +1,6 @@
2 ---
3 title: Caching
4-description: How to store data in starfx 
5+description: How to store data in starfx
6 ---
7 
8 There are two primary ways to store data in `starfx`:
M docs/posts/selectors.md
+1, -1
1@@ -1,6 +1,6 @@
2 ---
3 title: Selectors
4-description: Deriving data with selectors 
5+description: Deriving data with selectors
6 ---
7 
8 In a typical web app, the logic for deriving data is usually written as
M docs/posts/sitemap.md
+1, -1
1@@ -1,6 +1,6 @@
2 ---
3 title: sitemap
4-description: starfx doc sitemap 
5+description: starfx doc sitemap
6 slug: sitemap
7 template: sitemap.page.tmpl
8 ---