From 2f3b5194ef887b6a02a58e5762744a054562a0b8 Mon Sep 17 00:00:00 2001 From: Ajai Shankar <328008+ajaishankar@users.noreply.github.com> Date: Sun, 15 Oct 2023 20:38:07 -0500 Subject: [PATCH] docs: readme demo link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8c55dbb..444a235 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ ### Reactivity for the Stimulus you already have +#### View the [Shopping Cart Demo](https://ajaishankar.github.io/stimulus-reactive/) and the [Controllers](https://github.com/ajaishankar/stimulus-reactive/blob/main/docs/) + When you love the refreshing simplicity of Stimulus but miss the reactivity of other big frameworks. A Stimulus application's [state lives in the DOM](https://stimulus.hotwired.dev/handbook/managing-state), but what if you could make that state reactive?