react-hyperspace

Declarative data mapping through react tree

Usage no npm install needed!

<script type="module">
  import reactHyperspace from 'https://cdn.skypack.dev/react-hyperspace';
</script>

README

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