todo-item
Version:
todo item react component
69 lines (68 loc) • 2.03 kB
JSON
{
"items": [{
"text": "Use Redux",
"completed": true,
"id": 0
}, {
"text": "Use Webpack",
"completed": true,
"id": 1
}, {
"text": "Containers as components",
"completed": true,
"id": 2
}, {
"text": "Change folder names to styles, assets, etc..",
"completed": true,
"id": 1
}, {
"text": "Reducers actions and stores in one folder",
"completed": true,
"id": 3
}, {
"text": "Vendors js should be a different file as well as react-dom",
"completed": false,
"id": 4
}, {
"text": "build breaks when test fails",
"completed": false,
"id": 5
}, {
"text": "sitespeed.io and phantomas",
"completed": false,
"id": 6
}, {
"text": "Versioning",
"completed": false,
"id": 7
}, {
"text": "GITBOOK, JSDOCs",
"completed": false,
"id": 8
}, {
"text": "JSCSRC ESLINT and STYLERC : After POCs come up with right configs",
"completed": false,
"id": 9
}, {
"text": "Create HTML pages of inbuild components with different settings",
"completed": false,
"id": 10
}, {
"text": "Configuration in a different folder(not root).",
"completed": false,
"id": 11
}, {
"text": "Implement jest",
"completed": false,
"id": 12
}, {
"text": "ES6 create components as npm modules",
"completed": false,
"id": 13
}, {
"text": "IEA core as NPM module",
"completed": false,
"id": 14
}
]
}