/react-async-app

example react app, where multiple async responses are merged to the state and outputted

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Example async App

This is a example react app, where multiple async responses are merged to the state and outputted. This was programmed only for a timebox of 2 hours, so Browser Tests or fancy error handling is not included/tested.

It uses the jsonplaceholder api for:

It has a small filter to switch the ID, so the shown User and Comments are changed.

How To Start App

1. npm install

2. npm start

Create Production App

npm run build

Watch Demo App on Github Pages

https://palianah.github.io/react-async-app/