realar-project / realar

5 kB Advanced state manager for React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proposal: useJsx

betula opened this issue · comments

// proposal in future: autobinding values

const Comp () => {
  const Body = useJsx((props?) => {
    return <h1>{value.val}</h1>
  }, [...deps]?);

  return <Body {...props}? />
}

0.6.0