Integrating External Library with Effect for Data Subscription
I have an external library, that exposes function to subscribe to changes. It accepts a callback where parameter is basically latest version of data and some metadata. How to integrate it into effect so I have latest version of the data available in my effects? Stream writing to ref is a good idea? Or something else is better?
