From 02007717a195878c56abd5f7b4909f3d10f0e1de Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sun, 24 Mar 2024 21:12:12 +0000 Subject: :recycle: Update examples to use new lustre_dev_tools package. --- examples/05-http-requests/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples/05-http-requests/README.md') 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 -- cgit v1.2.3