/Test_Middleware

Practice Middleware which processes a list of arbitrary names and websites

Primary LanguageJavaScriptMIT LicenseMIT

ReduxSimpleStarter

This application was made using ReduxSimpleStarter which can be found at https://github.com/StephenGrider/ReduxSimpleStarter.git

This app was made for the for a course found @ https://www.udemy.com/react-redux/

Middleware

This application renders a list of arbitrary names and websites pulled from a server. The purpose of this application was to learn how to make and implement middleware. The middleware for this particular application enables asynchronous back-end requests by waiting for the promise to be resolved before dispatching the action object.