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

2.5.0 • 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 */
});

Dependencies (0)

    Dev Dependencies (20)

    Package Sidebar

    Install

    npm i data-feed

    Weekly Downloads

    3

    Version

    2.5.0

    License

    MIT

    Unpacked Size

    45.2 kB

    Total Files

    25

    Last publish

    Collaborators

    • vimbat