Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.43 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.43 KB

Javascript​ ​UI​ ​↔​ ​Server​ ​syncing

LIVE DEMO

Build Status

https://reakaleek.github.io/js-ui-server-syncing/

This project was bootstrapped with Create React App.

Syncing Logic

The syncing logic can be found in the the file src/+store/util/actionProcrastinator.js including description as comment. The usage of the ActionProcrastinor can be found either in src/+store/middlewares/apiMiddleware.js or in src/test.js.

Example test case

The ​example​ ​test​ ​case​ ​in​ ​JS​ ​that​ ​reproduces​ ​the​ explained ​issue​ ​can be found in src/test.js

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.