From 92388f90d8345c39fcd7ba06d3c1c47a07839f81 Mon Sep 17 00:00:00 2001 From: Vesa Juvonen Date: Mon, 26 Sep 2016 21:30:15 +0300 Subject: [PATCH] Changed folder name based on contribution guidelines --- samples/{todo-webpart-sample => react-todo}/.editorconfig | 0 samples/{todo-webpart-sample => react-todo}/.gitattributes | 0 samples/{todo-webpart-sample => react-todo}/.gitignore | 0 samples/{todo-webpart-sample => react-todo}/.npmignore | 0 samples/{todo-webpart-sample => react-todo}/.vscode/settings.json | 0 samples/{todo-webpart-sample => react-todo}/.vscode/tasks.json | 0 samples/{todo-webpart-sample => react-todo}/README.md | 0 samples/{todo-webpart-sample => react-todo}/config/config.json | 0 .../config/deploy-azure-storage.json | 0 .../config/package-solution.json | 0 .../config/prepare-deploy.json | 0 samples/{todo-webpart-sample => react-todo}/config/serve.json | 0 samples/{todo-webpart-sample => react-todo}/config/tslint.json | 0 .../config/write-manifests.json | 0 samples/{todo-webpart-sample => react-todo}/gulpfile.js | 0 samples/{todo-webpart-sample => react-todo}/package.json | 0 .../sharepoint/feature_xml/List/Elements.xml | 0 .../sharepoint/feature_xml/TodoWebPartFeature.xml | 0 .../sharepoint/feature_xml/TodoWebPartFeature.xml.config.xml | 0 .../sharepoint/feature_xml/_rels/TodoWebPartFeature.xml.rels | 0 samples/{todo-webpart-sample => react-todo}/src/tests.js | 0 .../src/webparts/todo-step-1/ITodoWebPartProps.ts | 0 .../src/webparts/todo-step-1/README.md | 0 .../src/webparts/todo-step-1/Todo.module.scss | 0 .../src/webparts/todo-step-1/TodoWebPart.manifest.json | 0 .../src/webparts/todo-step-1/TodoWebPart.ts | 0 .../src/webparts/todo-step-1/components/Todo.tsx | 0 .../src/webparts/todo-step-1/loc/en-us.js | 0 .../src/webparts/todo-step-1/loc/mystrings.d.ts | 0 .../src/webparts/todo-step-1/tests/Todo.test.ts | 0 .../src/webparts/todo-step-2/ITodoWebPartProps.ts | 0 .../src/webparts/todo-step-2/README.md | 0 .../src/webparts/todo-step-2/TodoWebPart.manifest.json | 0 .../src/webparts/todo-step-2/TodoWebPart.tsx | 0 .../src/webparts/todo-step-2/common/Utils.ts | 0 .../src/webparts/todo-step-2/components/Todo.tsx | 0 .../src/webparts/todo-step-2/components/TodoForm.tsx | 0 .../src/webparts/todo-step-2/components/TodoItem.tsx | 0 .../src/webparts/todo-step-2/components/TodoList.tsx | 0 .../src/webparts/todo-step-2/components/TodoTabs.tsx | 0 .../src/webparts/todo-step-2/dataProviders/ITodoDataProvider.ts | 0 .../webparts/todo-step-2/dataProviders/MockTodoDataProvider.ts | 0 .../src/webparts/todo-step-2/loc/en-us.js | 0 .../src/webparts/todo-step-2/loc/mystrings.d.ts | 0 .../src/webparts/todo-step-2/style/Todo.module.scss | 0 .../src/webparts/todo-step-3/ITodoWebPartProps.ts | 0 .../src/webparts/todo-step-3/README.md | 0 .../src/webparts/todo-step-3/TodoWebPart.manifest.json | 0 .../src/webparts/todo-step-3/TodoWebPart.tsx | 0 .../src/webparts/todo-step-3/common/Utils.ts | 0 .../src/webparts/todo-step-3/components/Todo.tsx | 0 .../src/webparts/todo-step-3/components/TodoForm.tsx | 0 .../src/webparts/todo-step-3/components/TodoItem.tsx | 0 .../src/webparts/todo-step-3/components/TodoList.tsx | 0 .../src/webparts/todo-step-3/components/TodoTabs.tsx | 0 .../src/webparts/todo-step-3/dataProviders/ITodoDataProvider.ts | 0 .../webparts/todo-step-3/dataProviders/MockTodoDataProvider.ts | 0 .../src/webparts/todo-step-3/dataProviders/TodoDataProvider.ts | 0 .../src/webparts/todo-step-3/loc/en-us.js | 0 .../src/webparts/todo-step-3/loc/mystrings.d.ts | 0 .../src/webparts/todo-step-3/style/Todo.module.scss | 0 .../src/webparts/todo-step-4/ITodoWebPartProps.ts | 0 .../src/webparts/todo-step-4/README.md | 0 .../src/webparts/todo-step-4/TodoWebPart.manifest.json | 0 .../src/webparts/todo-step-4/TodoWebPart.tsx | 0 .../src/webparts/todo-step-4/common/Utils.ts | 0 .../src/webparts/todo-step-4/components/Todo.tsx | 0 .../src/webparts/todo-step-4/components/TodoForm.tsx | 0 .../src/webparts/todo-step-4/components/TodoItem.tsx | 0 .../src/webparts/todo-step-4/components/TodoList.tsx | 0 .../src/webparts/todo-step-4/components/TodoTabs.tsx | 0 .../src/webparts/todo-step-4/dataProviders/ITodoDataProvider.ts | 0 .../webparts/todo-step-4/dataProviders/MockTodoDataProvider.ts | 0 .../src/webparts/todo-step-4/dataProviders/TodoDataProvider.ts | 0 .../src/webparts/todo-step-4/loc/en-us.js | 0 .../src/webparts/todo-step-4/loc/mystrings.d.ts | 0 .../src/webparts/todo-step-4/style/Todo.module.scss | 0 .../todo-webpart-sample.njsproj | 0 samples/{todo-webpart-sample => react-todo}/tsconfig.json | 0 .../typings/@ms/odsp-webpack.d.ts | 0 samples/{todo-webpart-sample => react-todo}/typings/@ms/odsp.d.ts | 0 .../typings/assertion-error/assertion-error.d.ts | 0 .../{todo-webpart-sample => react-todo}/typings/chai/chai.d.ts | 0 .../typings/es6-collections/es6-collections.d.ts | 0 .../typings/es6-promise/es6-promise.d.ts | 0 .../typings/knockout/knockout.d.ts | 0 .../typings/lodash/lodash.d.ts | 0 .../{todo-webpart-sample => react-todo}/typings/mocha/mocha.d.ts | 0 .../{todo-webpart-sample => react-todo}/typings/node/node.d.ts | 0 .../typings/react/react-addons-shallow-compare.d.ts | 0 .../typings/react/react-addons-test-utils.d.ts | 0 .../typings/react/react-addons-update.d.ts | 0 .../typings/react/react-dom.d.ts | 0 .../{todo-webpart-sample => react-todo}/typings/react/react.d.ts | 0 .../typings/systemjs/systemjs.d.ts | 0 samples/{todo-webpart-sample => react-todo}/typings/tsd.d.ts | 0 .../typings/whatwg-fetch/whatwg-fetch.d.ts | 0 97 files changed, 0 insertions(+), 0 deletions(-) rename samples/{todo-webpart-sample => react-todo}/.editorconfig (100%) rename samples/{todo-webpart-sample => react-todo}/.gitattributes (100%) rename samples/{todo-webpart-sample => react-todo}/.gitignore (100%) rename samples/{todo-webpart-sample => react-todo}/.npmignore (100%) rename samples/{todo-webpart-sample => react-todo}/.vscode/settings.json (100%) rename samples/{todo-webpart-sample => react-todo}/.vscode/tasks.json (100%) rename samples/{todo-webpart-sample => react-todo}/README.md (100%) rename samples/{todo-webpart-sample => react-todo}/config/config.json (100%) rename samples/{todo-webpart-sample => react-todo}/config/deploy-azure-storage.json (100%) rename samples/{todo-webpart-sample => react-todo}/config/package-solution.json (100%) rename samples/{todo-webpart-sample => react-todo}/config/prepare-deploy.json (100%) rename samples/{todo-webpart-sample => react-todo}/config/serve.json (100%) rename samples/{todo-webpart-sample => react-todo}/config/tslint.json (100%) rename samples/{todo-webpart-sample => react-todo}/config/write-manifests.json (100%) rename samples/{todo-webpart-sample => react-todo}/gulpfile.js (100%) rename samples/{todo-webpart-sample => react-todo}/package.json (100%) rename samples/{todo-webpart-sample => react-todo}/sharepoint/feature_xml/List/Elements.xml (100%) rename samples/{todo-webpart-sample => react-todo}/sharepoint/feature_xml/TodoWebPartFeature.xml (100%) rename samples/{todo-webpart-sample => react-todo}/sharepoint/feature_xml/TodoWebPartFeature.xml.config.xml (100%) rename samples/{todo-webpart-sample => react-todo}/sharepoint/feature_xml/_rels/TodoWebPartFeature.xml.rels (100%) rename samples/{todo-webpart-sample => react-todo}/src/tests.js (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-1/ITodoWebPartProps.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-1/README.md (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-1/Todo.module.scss (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-1/TodoWebPart.manifest.json (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-1/TodoWebPart.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-1/components/Todo.tsx (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-1/loc/en-us.js (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-1/loc/mystrings.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-1/tests/Todo.test.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-2/ITodoWebPartProps.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-2/README.md (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-2/TodoWebPart.manifest.json (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-2/TodoWebPart.tsx (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-2/common/Utils.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-2/components/Todo.tsx (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-2/components/TodoForm.tsx (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-2/components/TodoItem.tsx (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-2/components/TodoList.tsx (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-2/components/TodoTabs.tsx (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-2/dataProviders/ITodoDataProvider.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-2/dataProviders/MockTodoDataProvider.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-2/loc/en-us.js (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-2/loc/mystrings.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-2/style/Todo.module.scss (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-3/ITodoWebPartProps.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-3/README.md (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-3/TodoWebPart.manifest.json (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-3/TodoWebPart.tsx (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-3/common/Utils.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-3/components/Todo.tsx (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-3/components/TodoForm.tsx (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-3/components/TodoItem.tsx (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-3/components/TodoList.tsx (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-3/components/TodoTabs.tsx (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-3/dataProviders/ITodoDataProvider.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-3/dataProviders/MockTodoDataProvider.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-3/dataProviders/TodoDataProvider.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-3/loc/en-us.js (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-3/loc/mystrings.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-3/style/Todo.module.scss (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-4/ITodoWebPartProps.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-4/README.md (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-4/TodoWebPart.manifest.json (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-4/TodoWebPart.tsx (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-4/common/Utils.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-4/components/Todo.tsx (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-4/components/TodoForm.tsx (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-4/components/TodoItem.tsx (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-4/components/TodoList.tsx (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-4/components/TodoTabs.tsx (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-4/dataProviders/ITodoDataProvider.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-4/dataProviders/MockTodoDataProvider.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-4/dataProviders/TodoDataProvider.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-4/loc/en-us.js (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-4/loc/mystrings.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/src/webparts/todo-step-4/style/Todo.module.scss (100%) rename samples/{todo-webpart-sample => react-todo}/todo-webpart-sample.njsproj (100%) rename samples/{todo-webpart-sample => react-todo}/tsconfig.json (100%) rename samples/{todo-webpart-sample => react-todo}/typings/@ms/odsp-webpack.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/typings/@ms/odsp.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/typings/assertion-error/assertion-error.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/typings/chai/chai.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/typings/es6-collections/es6-collections.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/typings/es6-promise/es6-promise.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/typings/knockout/knockout.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/typings/lodash/lodash.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/typings/mocha/mocha.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/typings/node/node.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/typings/react/react-addons-shallow-compare.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/typings/react/react-addons-test-utils.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/typings/react/react-addons-update.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/typings/react/react-dom.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/typings/react/react.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/typings/systemjs/systemjs.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/typings/tsd.d.ts (100%) rename samples/{todo-webpart-sample => react-todo}/typings/whatwg-fetch/whatwg-fetch.d.ts (100%) diff --git a/samples/todo-webpart-sample/.editorconfig b/samples/react-todo/.editorconfig similarity index 100% rename from samples/todo-webpart-sample/.editorconfig rename to samples/react-todo/.editorconfig diff --git a/samples/todo-webpart-sample/.gitattributes b/samples/react-todo/.gitattributes similarity index 100% rename from samples/todo-webpart-sample/.gitattributes rename to samples/react-todo/.gitattributes diff --git a/samples/todo-webpart-sample/.gitignore b/samples/react-todo/.gitignore similarity index 100% rename from samples/todo-webpart-sample/.gitignore rename to samples/react-todo/.gitignore diff --git a/samples/todo-webpart-sample/.npmignore b/samples/react-todo/.npmignore similarity index 100% rename from samples/todo-webpart-sample/.npmignore rename to samples/react-todo/.npmignore diff --git a/samples/todo-webpart-sample/.vscode/settings.json b/samples/react-todo/.vscode/settings.json similarity index 100% rename from samples/todo-webpart-sample/.vscode/settings.json rename to samples/react-todo/.vscode/settings.json diff --git a/samples/todo-webpart-sample/.vscode/tasks.json b/samples/react-todo/.vscode/tasks.json similarity index 100% rename from samples/todo-webpart-sample/.vscode/tasks.json rename to samples/react-todo/.vscode/tasks.json diff --git a/samples/todo-webpart-sample/README.md b/samples/react-todo/README.md similarity index 100% rename from samples/todo-webpart-sample/README.md rename to samples/react-todo/README.md diff --git a/samples/todo-webpart-sample/config/config.json b/samples/react-todo/config/config.json similarity index 100% rename from samples/todo-webpart-sample/config/config.json rename to samples/react-todo/config/config.json diff --git a/samples/todo-webpart-sample/config/deploy-azure-storage.json b/samples/react-todo/config/deploy-azure-storage.json similarity index 100% rename from samples/todo-webpart-sample/config/deploy-azure-storage.json rename to samples/react-todo/config/deploy-azure-storage.json diff --git a/samples/todo-webpart-sample/config/package-solution.json b/samples/react-todo/config/package-solution.json similarity index 100% rename from samples/todo-webpart-sample/config/package-solution.json rename to samples/react-todo/config/package-solution.json diff --git a/samples/todo-webpart-sample/config/prepare-deploy.json b/samples/react-todo/config/prepare-deploy.json similarity index 100% rename from samples/todo-webpart-sample/config/prepare-deploy.json rename to samples/react-todo/config/prepare-deploy.json diff --git a/samples/todo-webpart-sample/config/serve.json b/samples/react-todo/config/serve.json similarity index 100% rename from samples/todo-webpart-sample/config/serve.json rename to samples/react-todo/config/serve.json diff --git a/samples/todo-webpart-sample/config/tslint.json b/samples/react-todo/config/tslint.json similarity index 100% rename from samples/todo-webpart-sample/config/tslint.json rename to samples/react-todo/config/tslint.json diff --git a/samples/todo-webpart-sample/config/write-manifests.json b/samples/react-todo/config/write-manifests.json similarity index 100% rename from samples/todo-webpart-sample/config/write-manifests.json rename to samples/react-todo/config/write-manifests.json diff --git a/samples/todo-webpart-sample/gulpfile.js b/samples/react-todo/gulpfile.js similarity index 100% rename from samples/todo-webpart-sample/gulpfile.js rename to samples/react-todo/gulpfile.js diff --git a/samples/todo-webpart-sample/package.json b/samples/react-todo/package.json similarity index 100% rename from samples/todo-webpart-sample/package.json rename to samples/react-todo/package.json diff --git a/samples/todo-webpart-sample/sharepoint/feature_xml/List/Elements.xml b/samples/react-todo/sharepoint/feature_xml/List/Elements.xml similarity index 100% rename from samples/todo-webpart-sample/sharepoint/feature_xml/List/Elements.xml rename to samples/react-todo/sharepoint/feature_xml/List/Elements.xml diff --git a/samples/todo-webpart-sample/sharepoint/feature_xml/TodoWebPartFeature.xml b/samples/react-todo/sharepoint/feature_xml/TodoWebPartFeature.xml similarity index 100% rename from samples/todo-webpart-sample/sharepoint/feature_xml/TodoWebPartFeature.xml rename to samples/react-todo/sharepoint/feature_xml/TodoWebPartFeature.xml diff --git a/samples/todo-webpart-sample/sharepoint/feature_xml/TodoWebPartFeature.xml.config.xml b/samples/react-todo/sharepoint/feature_xml/TodoWebPartFeature.xml.config.xml similarity index 100% rename from samples/todo-webpart-sample/sharepoint/feature_xml/TodoWebPartFeature.xml.config.xml rename to samples/react-todo/sharepoint/feature_xml/TodoWebPartFeature.xml.config.xml diff --git a/samples/todo-webpart-sample/sharepoint/feature_xml/_rels/TodoWebPartFeature.xml.rels b/samples/react-todo/sharepoint/feature_xml/_rels/TodoWebPartFeature.xml.rels similarity index 100% rename from samples/todo-webpart-sample/sharepoint/feature_xml/_rels/TodoWebPartFeature.xml.rels rename to samples/react-todo/sharepoint/feature_xml/_rels/TodoWebPartFeature.xml.rels diff --git a/samples/todo-webpart-sample/src/tests.js b/samples/react-todo/src/tests.js similarity index 100% rename from samples/todo-webpart-sample/src/tests.js rename to samples/react-todo/src/tests.js diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-1/ITodoWebPartProps.ts b/samples/react-todo/src/webparts/todo-step-1/ITodoWebPartProps.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-1/ITodoWebPartProps.ts rename to samples/react-todo/src/webparts/todo-step-1/ITodoWebPartProps.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-1/README.md b/samples/react-todo/src/webparts/todo-step-1/README.md similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-1/README.md rename to samples/react-todo/src/webparts/todo-step-1/README.md diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-1/Todo.module.scss b/samples/react-todo/src/webparts/todo-step-1/Todo.module.scss similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-1/Todo.module.scss rename to samples/react-todo/src/webparts/todo-step-1/Todo.module.scss diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-1/TodoWebPart.manifest.json b/samples/react-todo/src/webparts/todo-step-1/TodoWebPart.manifest.json similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-1/TodoWebPart.manifest.json rename to samples/react-todo/src/webparts/todo-step-1/TodoWebPart.manifest.json diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-1/TodoWebPart.ts b/samples/react-todo/src/webparts/todo-step-1/TodoWebPart.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-1/TodoWebPart.ts rename to samples/react-todo/src/webparts/todo-step-1/TodoWebPart.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-1/components/Todo.tsx b/samples/react-todo/src/webparts/todo-step-1/components/Todo.tsx similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-1/components/Todo.tsx rename to samples/react-todo/src/webparts/todo-step-1/components/Todo.tsx diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-1/loc/en-us.js b/samples/react-todo/src/webparts/todo-step-1/loc/en-us.js similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-1/loc/en-us.js rename to samples/react-todo/src/webparts/todo-step-1/loc/en-us.js diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-1/loc/mystrings.d.ts b/samples/react-todo/src/webparts/todo-step-1/loc/mystrings.d.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-1/loc/mystrings.d.ts rename to samples/react-todo/src/webparts/todo-step-1/loc/mystrings.d.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-1/tests/Todo.test.ts b/samples/react-todo/src/webparts/todo-step-1/tests/Todo.test.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-1/tests/Todo.test.ts rename to samples/react-todo/src/webparts/todo-step-1/tests/Todo.test.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-2/ITodoWebPartProps.ts b/samples/react-todo/src/webparts/todo-step-2/ITodoWebPartProps.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-2/ITodoWebPartProps.ts rename to samples/react-todo/src/webparts/todo-step-2/ITodoWebPartProps.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-2/README.md b/samples/react-todo/src/webparts/todo-step-2/README.md similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-2/README.md rename to samples/react-todo/src/webparts/todo-step-2/README.md diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-2/TodoWebPart.manifest.json b/samples/react-todo/src/webparts/todo-step-2/TodoWebPart.manifest.json similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-2/TodoWebPart.manifest.json rename to samples/react-todo/src/webparts/todo-step-2/TodoWebPart.manifest.json diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-2/TodoWebPart.tsx b/samples/react-todo/src/webparts/todo-step-2/TodoWebPart.tsx similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-2/TodoWebPart.tsx rename to samples/react-todo/src/webparts/todo-step-2/TodoWebPart.tsx diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-2/common/Utils.ts b/samples/react-todo/src/webparts/todo-step-2/common/Utils.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-2/common/Utils.ts rename to samples/react-todo/src/webparts/todo-step-2/common/Utils.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-2/components/Todo.tsx b/samples/react-todo/src/webparts/todo-step-2/components/Todo.tsx similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-2/components/Todo.tsx rename to samples/react-todo/src/webparts/todo-step-2/components/Todo.tsx diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-2/components/TodoForm.tsx b/samples/react-todo/src/webparts/todo-step-2/components/TodoForm.tsx similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-2/components/TodoForm.tsx rename to samples/react-todo/src/webparts/todo-step-2/components/TodoForm.tsx diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-2/components/TodoItem.tsx b/samples/react-todo/src/webparts/todo-step-2/components/TodoItem.tsx similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-2/components/TodoItem.tsx rename to samples/react-todo/src/webparts/todo-step-2/components/TodoItem.tsx diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-2/components/TodoList.tsx b/samples/react-todo/src/webparts/todo-step-2/components/TodoList.tsx similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-2/components/TodoList.tsx rename to samples/react-todo/src/webparts/todo-step-2/components/TodoList.tsx diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-2/components/TodoTabs.tsx b/samples/react-todo/src/webparts/todo-step-2/components/TodoTabs.tsx similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-2/components/TodoTabs.tsx rename to samples/react-todo/src/webparts/todo-step-2/components/TodoTabs.tsx diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-2/dataProviders/ITodoDataProvider.ts b/samples/react-todo/src/webparts/todo-step-2/dataProviders/ITodoDataProvider.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-2/dataProviders/ITodoDataProvider.ts rename to samples/react-todo/src/webparts/todo-step-2/dataProviders/ITodoDataProvider.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-2/dataProviders/MockTodoDataProvider.ts b/samples/react-todo/src/webparts/todo-step-2/dataProviders/MockTodoDataProvider.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-2/dataProviders/MockTodoDataProvider.ts rename to samples/react-todo/src/webparts/todo-step-2/dataProviders/MockTodoDataProvider.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-2/loc/en-us.js b/samples/react-todo/src/webparts/todo-step-2/loc/en-us.js similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-2/loc/en-us.js rename to samples/react-todo/src/webparts/todo-step-2/loc/en-us.js diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-2/loc/mystrings.d.ts b/samples/react-todo/src/webparts/todo-step-2/loc/mystrings.d.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-2/loc/mystrings.d.ts rename to samples/react-todo/src/webparts/todo-step-2/loc/mystrings.d.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-2/style/Todo.module.scss b/samples/react-todo/src/webparts/todo-step-2/style/Todo.module.scss similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-2/style/Todo.module.scss rename to samples/react-todo/src/webparts/todo-step-2/style/Todo.module.scss diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-3/ITodoWebPartProps.ts b/samples/react-todo/src/webparts/todo-step-3/ITodoWebPartProps.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-3/ITodoWebPartProps.ts rename to samples/react-todo/src/webparts/todo-step-3/ITodoWebPartProps.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-3/README.md b/samples/react-todo/src/webparts/todo-step-3/README.md similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-3/README.md rename to samples/react-todo/src/webparts/todo-step-3/README.md diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-3/TodoWebPart.manifest.json b/samples/react-todo/src/webparts/todo-step-3/TodoWebPart.manifest.json similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-3/TodoWebPart.manifest.json rename to samples/react-todo/src/webparts/todo-step-3/TodoWebPart.manifest.json diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-3/TodoWebPart.tsx b/samples/react-todo/src/webparts/todo-step-3/TodoWebPart.tsx similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-3/TodoWebPart.tsx rename to samples/react-todo/src/webparts/todo-step-3/TodoWebPart.tsx diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-3/common/Utils.ts b/samples/react-todo/src/webparts/todo-step-3/common/Utils.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-3/common/Utils.ts rename to samples/react-todo/src/webparts/todo-step-3/common/Utils.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-3/components/Todo.tsx b/samples/react-todo/src/webparts/todo-step-3/components/Todo.tsx similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-3/components/Todo.tsx rename to samples/react-todo/src/webparts/todo-step-3/components/Todo.tsx diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-3/components/TodoForm.tsx b/samples/react-todo/src/webparts/todo-step-3/components/TodoForm.tsx similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-3/components/TodoForm.tsx rename to samples/react-todo/src/webparts/todo-step-3/components/TodoForm.tsx diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-3/components/TodoItem.tsx b/samples/react-todo/src/webparts/todo-step-3/components/TodoItem.tsx similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-3/components/TodoItem.tsx rename to samples/react-todo/src/webparts/todo-step-3/components/TodoItem.tsx diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-3/components/TodoList.tsx b/samples/react-todo/src/webparts/todo-step-3/components/TodoList.tsx similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-3/components/TodoList.tsx rename to samples/react-todo/src/webparts/todo-step-3/components/TodoList.tsx diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-3/components/TodoTabs.tsx b/samples/react-todo/src/webparts/todo-step-3/components/TodoTabs.tsx similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-3/components/TodoTabs.tsx rename to samples/react-todo/src/webparts/todo-step-3/components/TodoTabs.tsx diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-3/dataProviders/ITodoDataProvider.ts b/samples/react-todo/src/webparts/todo-step-3/dataProviders/ITodoDataProvider.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-3/dataProviders/ITodoDataProvider.ts rename to samples/react-todo/src/webparts/todo-step-3/dataProviders/ITodoDataProvider.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-3/dataProviders/MockTodoDataProvider.ts b/samples/react-todo/src/webparts/todo-step-3/dataProviders/MockTodoDataProvider.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-3/dataProviders/MockTodoDataProvider.ts rename to samples/react-todo/src/webparts/todo-step-3/dataProviders/MockTodoDataProvider.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-3/dataProviders/TodoDataProvider.ts b/samples/react-todo/src/webparts/todo-step-3/dataProviders/TodoDataProvider.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-3/dataProviders/TodoDataProvider.ts rename to samples/react-todo/src/webparts/todo-step-3/dataProviders/TodoDataProvider.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-3/loc/en-us.js b/samples/react-todo/src/webparts/todo-step-3/loc/en-us.js similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-3/loc/en-us.js rename to samples/react-todo/src/webparts/todo-step-3/loc/en-us.js diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-3/loc/mystrings.d.ts b/samples/react-todo/src/webparts/todo-step-3/loc/mystrings.d.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-3/loc/mystrings.d.ts rename to samples/react-todo/src/webparts/todo-step-3/loc/mystrings.d.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-3/style/Todo.module.scss b/samples/react-todo/src/webparts/todo-step-3/style/Todo.module.scss similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-3/style/Todo.module.scss rename to samples/react-todo/src/webparts/todo-step-3/style/Todo.module.scss diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-4/ITodoWebPartProps.ts b/samples/react-todo/src/webparts/todo-step-4/ITodoWebPartProps.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-4/ITodoWebPartProps.ts rename to samples/react-todo/src/webparts/todo-step-4/ITodoWebPartProps.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-4/README.md b/samples/react-todo/src/webparts/todo-step-4/README.md similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-4/README.md rename to samples/react-todo/src/webparts/todo-step-4/README.md diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-4/TodoWebPart.manifest.json b/samples/react-todo/src/webparts/todo-step-4/TodoWebPart.manifest.json similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-4/TodoWebPart.manifest.json rename to samples/react-todo/src/webparts/todo-step-4/TodoWebPart.manifest.json diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-4/TodoWebPart.tsx b/samples/react-todo/src/webparts/todo-step-4/TodoWebPart.tsx similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-4/TodoWebPart.tsx rename to samples/react-todo/src/webparts/todo-step-4/TodoWebPart.tsx diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-4/common/Utils.ts b/samples/react-todo/src/webparts/todo-step-4/common/Utils.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-4/common/Utils.ts rename to samples/react-todo/src/webparts/todo-step-4/common/Utils.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-4/components/Todo.tsx b/samples/react-todo/src/webparts/todo-step-4/components/Todo.tsx similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-4/components/Todo.tsx rename to samples/react-todo/src/webparts/todo-step-4/components/Todo.tsx diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-4/components/TodoForm.tsx b/samples/react-todo/src/webparts/todo-step-4/components/TodoForm.tsx similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-4/components/TodoForm.tsx rename to samples/react-todo/src/webparts/todo-step-4/components/TodoForm.tsx diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-4/components/TodoItem.tsx b/samples/react-todo/src/webparts/todo-step-4/components/TodoItem.tsx similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-4/components/TodoItem.tsx rename to samples/react-todo/src/webparts/todo-step-4/components/TodoItem.tsx diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-4/components/TodoList.tsx b/samples/react-todo/src/webparts/todo-step-4/components/TodoList.tsx similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-4/components/TodoList.tsx rename to samples/react-todo/src/webparts/todo-step-4/components/TodoList.tsx diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-4/components/TodoTabs.tsx b/samples/react-todo/src/webparts/todo-step-4/components/TodoTabs.tsx similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-4/components/TodoTabs.tsx rename to samples/react-todo/src/webparts/todo-step-4/components/TodoTabs.tsx diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-4/dataProviders/ITodoDataProvider.ts b/samples/react-todo/src/webparts/todo-step-4/dataProviders/ITodoDataProvider.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-4/dataProviders/ITodoDataProvider.ts rename to samples/react-todo/src/webparts/todo-step-4/dataProviders/ITodoDataProvider.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-4/dataProviders/MockTodoDataProvider.ts b/samples/react-todo/src/webparts/todo-step-4/dataProviders/MockTodoDataProvider.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-4/dataProviders/MockTodoDataProvider.ts rename to samples/react-todo/src/webparts/todo-step-4/dataProviders/MockTodoDataProvider.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-4/dataProviders/TodoDataProvider.ts b/samples/react-todo/src/webparts/todo-step-4/dataProviders/TodoDataProvider.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-4/dataProviders/TodoDataProvider.ts rename to samples/react-todo/src/webparts/todo-step-4/dataProviders/TodoDataProvider.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-4/loc/en-us.js b/samples/react-todo/src/webparts/todo-step-4/loc/en-us.js similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-4/loc/en-us.js rename to samples/react-todo/src/webparts/todo-step-4/loc/en-us.js diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-4/loc/mystrings.d.ts b/samples/react-todo/src/webparts/todo-step-4/loc/mystrings.d.ts similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-4/loc/mystrings.d.ts rename to samples/react-todo/src/webparts/todo-step-4/loc/mystrings.d.ts diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-4/style/Todo.module.scss b/samples/react-todo/src/webparts/todo-step-4/style/Todo.module.scss similarity index 100% rename from samples/todo-webpart-sample/src/webparts/todo-step-4/style/Todo.module.scss rename to samples/react-todo/src/webparts/todo-step-4/style/Todo.module.scss diff --git a/samples/todo-webpart-sample/todo-webpart-sample.njsproj b/samples/react-todo/todo-webpart-sample.njsproj similarity index 100% rename from samples/todo-webpart-sample/todo-webpart-sample.njsproj rename to samples/react-todo/todo-webpart-sample.njsproj diff --git a/samples/todo-webpart-sample/tsconfig.json b/samples/react-todo/tsconfig.json similarity index 100% rename from samples/todo-webpart-sample/tsconfig.json rename to samples/react-todo/tsconfig.json diff --git a/samples/todo-webpart-sample/typings/@ms/odsp-webpack.d.ts b/samples/react-todo/typings/@ms/odsp-webpack.d.ts similarity index 100% rename from samples/todo-webpart-sample/typings/@ms/odsp-webpack.d.ts rename to samples/react-todo/typings/@ms/odsp-webpack.d.ts diff --git a/samples/todo-webpart-sample/typings/@ms/odsp.d.ts b/samples/react-todo/typings/@ms/odsp.d.ts similarity index 100% rename from samples/todo-webpart-sample/typings/@ms/odsp.d.ts rename to samples/react-todo/typings/@ms/odsp.d.ts diff --git a/samples/todo-webpart-sample/typings/assertion-error/assertion-error.d.ts b/samples/react-todo/typings/assertion-error/assertion-error.d.ts similarity index 100% rename from samples/todo-webpart-sample/typings/assertion-error/assertion-error.d.ts rename to samples/react-todo/typings/assertion-error/assertion-error.d.ts diff --git a/samples/todo-webpart-sample/typings/chai/chai.d.ts b/samples/react-todo/typings/chai/chai.d.ts similarity index 100% rename from samples/todo-webpart-sample/typings/chai/chai.d.ts rename to samples/react-todo/typings/chai/chai.d.ts diff --git a/samples/todo-webpart-sample/typings/es6-collections/es6-collections.d.ts b/samples/react-todo/typings/es6-collections/es6-collections.d.ts similarity index 100% rename from samples/todo-webpart-sample/typings/es6-collections/es6-collections.d.ts rename to samples/react-todo/typings/es6-collections/es6-collections.d.ts diff --git a/samples/todo-webpart-sample/typings/es6-promise/es6-promise.d.ts b/samples/react-todo/typings/es6-promise/es6-promise.d.ts similarity index 100% rename from samples/todo-webpart-sample/typings/es6-promise/es6-promise.d.ts rename to samples/react-todo/typings/es6-promise/es6-promise.d.ts diff --git a/samples/todo-webpart-sample/typings/knockout/knockout.d.ts b/samples/react-todo/typings/knockout/knockout.d.ts similarity index 100% rename from samples/todo-webpart-sample/typings/knockout/knockout.d.ts rename to samples/react-todo/typings/knockout/knockout.d.ts diff --git a/samples/todo-webpart-sample/typings/lodash/lodash.d.ts b/samples/react-todo/typings/lodash/lodash.d.ts similarity index 100% rename from samples/todo-webpart-sample/typings/lodash/lodash.d.ts rename to samples/react-todo/typings/lodash/lodash.d.ts diff --git a/samples/todo-webpart-sample/typings/mocha/mocha.d.ts b/samples/react-todo/typings/mocha/mocha.d.ts similarity index 100% rename from samples/todo-webpart-sample/typings/mocha/mocha.d.ts rename to samples/react-todo/typings/mocha/mocha.d.ts diff --git a/samples/todo-webpart-sample/typings/node/node.d.ts b/samples/react-todo/typings/node/node.d.ts similarity index 100% rename from samples/todo-webpart-sample/typings/node/node.d.ts rename to samples/react-todo/typings/node/node.d.ts diff --git a/samples/todo-webpart-sample/typings/react/react-addons-shallow-compare.d.ts b/samples/react-todo/typings/react/react-addons-shallow-compare.d.ts similarity index 100% rename from samples/todo-webpart-sample/typings/react/react-addons-shallow-compare.d.ts rename to samples/react-todo/typings/react/react-addons-shallow-compare.d.ts diff --git a/samples/todo-webpart-sample/typings/react/react-addons-test-utils.d.ts b/samples/react-todo/typings/react/react-addons-test-utils.d.ts similarity index 100% rename from samples/todo-webpart-sample/typings/react/react-addons-test-utils.d.ts rename to samples/react-todo/typings/react/react-addons-test-utils.d.ts diff --git a/samples/todo-webpart-sample/typings/react/react-addons-update.d.ts b/samples/react-todo/typings/react/react-addons-update.d.ts similarity index 100% rename from samples/todo-webpart-sample/typings/react/react-addons-update.d.ts rename to samples/react-todo/typings/react/react-addons-update.d.ts diff --git a/samples/todo-webpart-sample/typings/react/react-dom.d.ts b/samples/react-todo/typings/react/react-dom.d.ts similarity index 100% rename from samples/todo-webpart-sample/typings/react/react-dom.d.ts rename to samples/react-todo/typings/react/react-dom.d.ts diff --git a/samples/todo-webpart-sample/typings/react/react.d.ts b/samples/react-todo/typings/react/react.d.ts similarity index 100% rename from samples/todo-webpart-sample/typings/react/react.d.ts rename to samples/react-todo/typings/react/react.d.ts diff --git a/samples/todo-webpart-sample/typings/systemjs/systemjs.d.ts b/samples/react-todo/typings/systemjs/systemjs.d.ts similarity index 100% rename from samples/todo-webpart-sample/typings/systemjs/systemjs.d.ts rename to samples/react-todo/typings/systemjs/systemjs.d.ts diff --git a/samples/todo-webpart-sample/typings/tsd.d.ts b/samples/react-todo/typings/tsd.d.ts similarity index 100% rename from samples/todo-webpart-sample/typings/tsd.d.ts rename to samples/react-todo/typings/tsd.d.ts diff --git a/samples/todo-webpart-sample/typings/whatwg-fetch/whatwg-fetch.d.ts b/samples/react-todo/typings/whatwg-fetch/whatwg-fetch.d.ts similarity index 100% rename from samples/todo-webpart-sample/typings/whatwg-fetch/whatwg-fetch.d.ts rename to samples/react-todo/typings/whatwg-fetch/whatwg-fetch.d.ts