reagent-project / reagent-forms

Bootstrap form components for Reagent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

switch to using cursors

yogthos opened this issue · comments

A better model would be to use cursors for each element. Then allow events to subscribe to individual cursors in the document. This will avoid unnecessary repaints, and provide a simpler event system for triggering actions in the form.