Skip to content

Commit

Permalink
docs(learn): headers
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Jul 30, 2024
1 parent 5053757 commit 2fe68a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/posts/learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The high-level picture of `starfx` is _essentially_ a glorified pubsub system:

It all happens as a single unidirectional loop.

## How is `starfx` different?
# How is `starfx` different?

`starfx` is different in a number of ways.

Expand All @@ -41,7 +41,7 @@ of hooks. Then entire system is designed, from the ground up, to not need
subscribing to and publishing events. Those events could come from `react`, but
they could also come from anywhere.

## Why does `starfx` use js generators?
# Why does `starfx` use js generators?

Generators give us -- the library authors -- more control over how side-effects
are handled within a javascript runtime environment. There are things that we
Expand Down

0 comments on commit 2fe68a1

Please sign in to comment.