Skip to content

Instantly share code, notes, and snippets.

@panphora
Last active September 5, 2019 23:55
Show Gist options
  • Save panphora/0cd2d76c99647e35f2fa5d122b81a07c to your computer and use it in GitHub Desktop.
Save panphora/0cd2d76c99647e35f2fa5d122b81a07c to your computer and use it in GitHub Desktop.
<ul data-o-type="list">
{{#forEachItem data.todos itemName="todo"}}
<li data-o-type="object" data-l-key-text data-i-editable>{{todo.text}}</li>
{{/forEachItem}}
</ul>
<button data-i-new="todo">Add Todo</button>
@panphora
Copy link
Author

panphora commented Sep 5, 2019

This is an example of a full Remake web application. It supports all CRUD operations out the box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment