diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-31 16:11:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-31 16:11:31 +0100 |
commit | 35e2b90ba65176ae2fce6c109c28ab5bbe7e1fe9 (patch) | |
tree | ef814105444e6557c02ba10665a9a66367f4aced /gleam.toml | |
parent | a38b93cbb6e75be285df673285d433fb00c77684 (diff) | |
download | lustre-35e2b90ba65176ae2fce6c109c28ab5bbe7e1fe9.tar.gz lustre-35e2b90ba65176ae2fce6c109c28ab5bbe7e1fe9.zip |
🔀 Create a guide on using and creating side effects. (#93)
* :memo: Explain why managed effects are useful.
* :memo: Write a short explainer on pure functions.
* :memo: Finish side effects guide.
* :wrench: Add side effects guide to generated pages.
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ pages = [ { title = "Â ", path = "#", source = "" }, { title = "Quickstart guide", path = "guide/01-quickstart.html", source = "./pages/guide/01-quickstart.md" }, { title = "Managing state", path = "guide/02-state-management.html", source = "./pages/guide/02-state-management.md" }, - # { title = "Side effects", path = "#", source = "" }, + { title = "Side effects", path = "guide/03-side-effects.html", source = "./pages/guide/03-side-effects.md" }, # { title = "Server-side rendering", path = "#", source = "" }, # { title = "Components", path = "#", source = "" }, # { title = "Server components", path = "#", source = "" }, |