diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a32afb --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# This goes along with the medium post Redux 4 Ways + +To see a particular implementation, click below: + +###[Redux Thunk](https://github.com/dabit3/redux-4-ways/tree/thunk) + +###[Redux Saga](https://github.com/dabit3/redux-4-ways/tree/saga) + +###[Redux Observable](https://github.com/dabit3/redux-4-ways/tree/observable) + +###[Redux Promise Middleware](https://github.com/dabit3/redux-4-ways/tree/promise-middleware) \ No newline at end of file