breact-redux

B bind for react redux

Usage no npm install needed!

<script type="module">
  import breactRedux from 'https://cdn.skypack.dev/breact-redux';
</script>

README

breact-redux

Build Status Code Climate Code Coverage npm Version JS Standard

B bind for react redux

Installation

$ npm install breact-redux --save

Usage

'use strict'

const { withProvider } = require('breact-redux')
const React = require('react')

{
  let div = React.createElement('div', { id: 123 })
  let provided = withProvider(div, { store: {} })
  /* ... */
}

Functions

Available functions

Signature Description
withProvider() Wrap component with provider

License

This software is released under the MIT License.

Links