outr / reactify

The first and only true Functional Reactive Programming framework for Scala.
MIT License
86 stars 4 forks source link

Capture method #23

Closed darkfrog26 closed 6 years ago

darkfrog26 commented 6 years ago

Internally Reactify captures all the referenced State instances within a function upon assignment. It would be useful to extract this functionality to allow usage outside of Reactify as well as internally for a Transaction that captures everything that has changed within a block of code.