data-feed
TypeScript icon, indicating that this package has built-in type declarations

2.3.1 • Public • Published

data-feed

Data feed UI presentation

DEMO

Requirements

  • redux-form should be installed and configured with form reducer.
import { combineReducers } from 'redux'
import { reducer as formReducer } from 'redux-form'

const rootReducer = combineReducers({
  form: formReducer
  /* app's reducers */
});

Package Sidebar

Install

npm i data-feed

Weekly Downloads

94

Version

2.3.1

License

MIT

Unpacked Size

44.5 kB

Total Files

25

Last publish

Collaborators

  • vimbat