diff --git a/README.md b/README.md
index dd5e315..7da9a3c 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,6 @@ Before you can use the hook, you must put your Redux store into `Context`:
```tsx
// Store.js
-import React from 'react';
import {createStore} from 'redux';
import reducer from './reducer';
@@ -131,7 +130,6 @@ project specific wrappers for `useMappedState` and `useDispatch`:
```tsx
// Store.js
-import React from 'react';
import {
useDispatch as useDispatchGeneric,
useMappedState as useMappedStateGeneric,
diff --git a/example/.gitignore b/example/.gitignore
new file mode 100644
index 0000000..d30f40e
--- /dev/null
+++ b/example/.gitignore
@@ -0,0 +1,21 @@
+# See https://help.github.com/ignore-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+
+# testing
+/coverage
+
+# production
+/build
+
+# misc
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
diff --git a/example/README.md b/example/README.md
deleted file mode 100644
index c55ccdf..0000000
--- a/example/README.md
+++ /dev/null
@@ -1,2164 +0,0 @@
-This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
-
-Below you will find some information on how to perform common tasks.
-You can find the most recent version of this guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).
-
-## Table of Contents
-
-- [Updating to New Releases](#updating-to-new-releases)
-- [Sending Feedback](#sending-feedback)
-- [Folder Structure](#folder-structure)
-- [Available Scripts](#available-scripts)
- - [npm start](#npm-start)
- - [npm test](#npm-test)
- - [npm run build](#npm-run-build)
- - [npm run eject](#npm-run-eject)
-- [Supported Language Features and Polyfills](#supported-language-features-and-polyfills)
-- [Syntax Highlighting in the Editor](#syntax-highlighting-in-the-editor)
-- [Displaying Lint Output in the Editor](#displaying-lint-output-in-the-editor)
-- [Debugging in the Editor](#debugging-in-the-editor)
-- [Formatting Code Automatically](#formatting-code-automatically)
-- [Changing the Page `