realar-project / realar

5 kB Advanced state manager for React
MIT License
45 stars 0 forks source link

low: proposal join or attach #86

Closed betula closed 3 years ago

betula commented 3 years ago

const a = value(0);
const b = value(2);
const c = value(2);

a.join(b,c).watch(([a,b,c]) => {});

// or

a.attach(b,c).watch(([a,b,c]) => {});
betula commented 3 years ago

Declined after implementation: https://github.com/betula/realar/commit/02fba7661b5ff125ade62f4d00b21352409859ec