diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-24 21:12:12 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-24 21:18:56 +0000 |
commit | 02007717a195878c56abd5f7b4909f3d10f0e1de (patch) | |
tree | 264fe7c463fcc80f36f6376c7e50b2e391c2c0db /examples/05-http-requests/README.md | |
parent | 65f32e8df1a49e469e559bda89bcc3279772d0d8 (diff) | |
download | lustre-02007717a195878c56abd5f7b4909f3d10f0e1de.tar.gz lustre-02007717a195878c56abd5f7b4909f3d10f0e1de.zip |
:recycle: Update examples to use new lustre_dev_tools package.
Diffstat (limited to 'examples/05-http-requests/README.md')
-rw-r--r-- | examples/05-http-requests/README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/05-http-requests/README.md b/examples/05-http-requests/README.md index e94fdbe..3aacfe5 100644 --- a/examples/05-http-requests/README.md +++ b/examples/05-http-requests/README.md @@ -2,9 +2,7 @@ # 05 HTTP Requests -> **Note**: this guide is written for Lustre v4. The latest stable release of -> Lustre is v3. To follow along with this guide, you need to _manually_ edit your -> `gleam.toml` and change the required version of lustre to `"4.0.0-rc.2"`. +Up until now, all the logic in our examples has run neatly in a self-contained `Init -> Update 🔁 View` loop. But our applications often need to interact with the outside world, whether through browser APIs or HTTP requests. Up until now, we've seen Lustre applications constructed with the `lustre.simple` constructor. These kinds of applications are great for introducing the Model-View-Update |