0.0.22 • Published 10 years ago

react-todo v0.0.22

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

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')
)
0.0.22

10 years ago

0.0.21

10 years ago

0.0.20

10 years ago

0.0.19

10 years ago

0.0.18

10 years ago

0.0.17

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.2

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.1

10 years ago