项目作者: sgarmendia

项目描述 :
Basic movie app made to showcase examples of redux middlewares (redux-thunk, redux-saga and custom middleware)
高级语言: JavaScript
项目地址: git://github.com/sgarmendia/redux-middlewares.git
创建时间: 2018-10-22T19:42:57Z
项目社区:https://github.com/sgarmendia/redux-middlewares

开源协议:

下载


This project was bootstrapped with Create React App.

Basic movie app made with React as an excuse to try different redux middleware technologies

Available Scripts

In the project directory, you can run:

  1. npm install
  2. npm start

Before running the app, please define a varible in an enviroment file .env in the root directory
with your TMDB API KEY as follows:

  1. REACT_APP_API_KEY='api_key_string'

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

The same movie APP is coded with different middleware applications that handle asynchronous operations

Branch Tech
master CustomMiddleware
redux-thunk redux-thunk
redux-saga redux-saga