This patch removes the global `store` on the client. IMO this example should avoid polluting the global namespace with simple scoping tricks can solve the problem equally as well.
* Routing on the client with Redux * Removing unused import
* Added redux and styled components (wip) examples. * Updated examples readmes and package.json * Fixed styled-components example