realar-project / realar

5 kB Advanced state manager for React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

low: proposal join or attach

betula opened this issue · comments

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]) => {});

Declined after implementation:
02fba76