react-hyperspace

0.1.0 • Public • Published

react-hyperspace

Declarative data mapping through react tree

Npm package Npm downloads Travis build status Test Coverage Dependency Status Star it Follow me


Read the Documentation

Synopsis

  const Header = () => (
    Your ballance: <IndicatorContainer/> USD
  )

  const Content = () => (
    <IndicatorAgent balance=1000 />
  )

  <App>
    <Header />
    <Content />
  </App>

LICENSE

MIT

Package Sidebar

Install

npm i react-hyperspace

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

88 kB

Total Files

63

Last publish

Collaborators

  • oklas