/redux_js_sync_and_async

Demonstration of redux library in a javascript project using middlewares for logging and async functionality

Primary LanguageJavaScript

Redux Project 1

npm run dev --> runs the synchronous store with redux-logger middleware npm run dev-async --> runs the asynchronous store with redux-thunk middleware offering the async functionality

You can watch the results in the browser's console.