realar-project / realar

5 kB Advanced state manager for React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proposal: useValues

betula opened this issue · comments

const A => () => {
  const [a,b] = useValues([a,b,c], [...deps]?);
  ...
}

0.6.0