A simple application demonstrating common patterns when using React, Redux and TypeScript
391
The application uses redux to manage the state.
It runs on port 3001 and makes http request against a mock serving a simple REST API on port 3005.
To add more mock data edit the file db.json
Async operation is managed by thunk middleware.\
In the project directory, run:
yarn installIn the project directory, run:
yarn startRuns the app in the development mode.
Open http://localhost:3001 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
yarn run mockRuns the mock server based on json-server - https://github.com/typicode/json-server
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
To learn Redux, check out the Redux documentation.
Content type
Image
Digest
Size
14.2 MB
Last updated
almost 6 years ago
docker pull massimilianog/react-redux-typescript