react-todo

0.0.22 • Public • Published

react-todo

This is a demo application boilerplate for usage in your own setups. This is not a boilerplate to create your own application.

Used In

Install

npm install --save-dev react-todo

Usage

import React from 'react'
import ReactDOM from 'react-dom'
 
// Import the app boilerplate
import { Root, configureStore, rootReduce } from 'react-todo'
 
// Create the store
const store = configureStore()
 
// Render to the #app element
ReactDOM.render(
  <Root store={store} />,
  document.getElementById('app')
)

Readme

Keywords

Package Sidebar

Install

npm i react-todo

Weekly Downloads

5

Version

0.0.22

License

MIT

Last publish

Collaborators

  • vutran