From 36b81b200d5895b4b6b2743ec89e24acc4f1e39a Mon Sep 17 00:00:00 2001 From: Nathan Hopkins Date: Thu, 22 Aug 2019 07:30:37 -0600 Subject: [PATCH] Link to pure Rails example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad969e7f..9e38577d 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ StimulusReflex provides functionality similar to what can already be achieved wi [UJS remote elements](https://guides.rubyonrails.org/working_with_javascript_in_rails.html#remote-elements) , [Stimulus](https://stimulusjs.org), and [Turbolinks](https://github.com/turbolinks/turbolinks). _Consider building with standard Rails tooling before introducing StimulusReflex._ +_Check out the [Stimulus TodoMVC](https://github.com/hopsoft/stimulus_todomvc) example if you are unsure how to accomplish this._ StimulusReflex offers 3 primary benefits over the traditional Rails HTTP request/response cycle.