custom_redux_library
redux package
Install
npm install --save custom_redux_library
Usage
import * as React from 'react'
import MyComponent from 'custom_redux_library'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © swapnai-tavisca