- commit
- 2fe68a1
- parent
- 5053757
- author
- Eric Bower
- date
- 2024-07-30 19:05:35 +0000 UTC
docs(learn): headers
1 files changed,
+2,
-2
+2,
-2
1@@ -26,7 +26,7 @@ The high-level picture of `starfx` is _essentially_ a glorified pubsub system:
2
3 It all happens as a single unidirectional loop.
4
5-## How is `starfx` different?
6+# How is `starfx` different?
7
8 `starfx` is different in a number of ways.
9
10@@ -41,7 +41,7 @@ of hooks. Then entire system is designed, from the ground up, to not need
11 subscribing to and publishing events. Those events could come from `react`, but
12 they could also come from anywhere.
13
14-## Why does `starfx` use js generators?
15+# Why does `starfx` use js generators?
16
17 Generators give us -- the library authors -- more control over how side-effects
18 are handled within a javascript runtime environment. There are things that we