reagent-project / reagent-forms

Bootstrap form components for Reagent
339 stars 78 forks source link

switch to using cursors #112

Closed yogthos closed 6 years ago

yogthos commented 7 years ago

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.