fyr.jsPreparing the runtime
← All examples

Example

Todo workspace

List rendering, form binding, filtering, and immutable updates.

fyr-forfyr-modelList updates

Todo workspace

This guided example is represented in the site source and linked from the framework repository.
<form fyr-submit="addTask">
  <input fyr-model="draft">
</form>
<li fyr-for="task in tasks" fyr-key="task.id" fyr-text="task.title"></li>