https://github.com/erdemkeren/udacity-reactnd-redux-and-asynchronicity
The source code of the application we developed during the Udacity React Webinar: Redux 7 (Redux and asynchronicity (thunk middleware))
https://github.com/erdemkeren/udacity-reactnd-redux-and-asynchronicity
Last synced: 3 months ago
JSON representation
The source code of the application we developed during the Udacity React Webinar: Redux 7 (Redux and asynchronicity (thunk middleware))
- Host: GitHub
- URL: https://github.com/erdemkeren/udacity-reactnd-redux-and-asynchronicity
- Owner: erdemkeren
- Created: 2019-07-24T15:09:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:15:50.000Z (over 2 years ago)
- Last Synced: 2025-01-17T19:44:23.540Z (5 months ago)
- Language: JavaScript
- Homepage: https://erdemkeren.github.io/udacity-reactnd-redux-and-asynchronicity
- Size: 4.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The source code of the application developed for the Udacity React Webinar: **"Redux and asynchronicity (thunk middleware)"**
This application utilizes the api of https://randomuser.me and the [table component of ant design](https://ant.design/components/table/)
and demonstrates an example usage of thunk middleware with async requests.See: https://erdemkeren.github.io/udacity-reactnd-redux-and-asynchronicity

## Installation
The application is bootstrapped using create-react-app. Run
### `npm install && npm start`
to run the application on your computer.