redux-devtools/packages/redux-devtools-slider-monitor/examples/todomvc
Nathan Bierema c29a8d9391 Publish
- devui@1.0.0-8
 - react-dock@0.4.0
 - react-json-tree@0.15.0
 - @redux-devtools/app@1.0.0-6
 - @redux-devtools/chart-monitor@1.9.0
 - @redux-devtools/cli@1.0.0-6
 - @redux-devtools/dock-monitor@1.4.0
 - @redux-devtools/inspector-monitor-test-tab@0.7.0
 - @redux-devtools/inspector-monitor-trace-tab@0.2.0
 - @redux-devtools/inspector-monitor@0.15.0
 - @redux-devtools/log-monitor@2.3.0
 - @redux-devtools/slider-monitor@2.0.0-7
 - @redux-devtools/utils@1.0.0-6
 - @redux-devtools/core@3.9.0
 - react-json-tree-example@1.1.2
 - slider-todomvc@0.1.1
 - counter-redux@0.1.2
 - todomvc@0.2.1
2021-03-06 10:38:32 -05:00
..
actions feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
components feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
constants feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
containers chore(*): make more packages scoped (#692) 2020-12-21 15:46:28 -05:00
reducers feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
store chore(redux-devtools): move to scoped package (#691) 2020-12-21 09:08:08 -05:00
.babelrc feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
.eslintrc.js feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
CHANGELOG.md Publish 2021-03-06 10:38:32 -05:00
index.tsx feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
package.json Publish 2021-03-06 10:38:32 -05:00
README.md Rename redux-slider-monitor to redux-devtools-slider-monitor (#558) 2020-08-06 08:02:35 -04:00
tsconfig.json feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
tsconfig.webpack.json feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
webpack.config.ts feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00

Redux DevTools TodoMVC example

Getting Started

  1. Install dependencies: npm i
  2. Start the development server: npm start