docs/todo-example.md in hyper-mesh-0.5.3 vs docs/todo-example.md in hyper-mesh-0.5.4

- old
+ new

@@ -1,6 +1,6 @@ -# ![](/work-in-progress-drinking.png) WARNING DOCS AND EXAMPLES ARE BEING REWRITTEN MANY LINKS MAY BE BROKEN STAY TUNED OR CHECK IN AT [![Join the chat at https://gitter.im/reactrb/chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/reactrb/chat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) FOR MORE INFO +TODO not sure where this example should go? Lets look at part of a very simple Todo application with one model: ```ruby # app/models/public/todo.rb <- public models are accessible on the client @@ -12,10 +12,10 @@ To show our Todo's we might have a very simple app like this: ```ruby # app/views/components/app.rb -class App < React::Component::Base +class App < Hyperloop::Component define_state scope: :active define_state new_todo: Todo.new def todos # display our list of todos