badoo / MVICore

MVI framework with events, time-travel, and more
https://badoo.github.io/MVICore/
Other
1.27k stars 90 forks source link

Extract binder from mvicore module #129

Closed ShikaSD closed 4 years ago

ShikaSD commented 4 years ago

Binder is ideologically different from other pieces of functionality included in MVICore. Although it provides useful syntax and mechanics for linking hot sources together, ideally it should be a separate thing. This PR starts extraction by moving Binder into a different module while keeping MVICore dependent on it through api dependency.