- Result
- RemoteData RemoteData type for handling data from remote resources. The idea is based on the remotedata Elm package by Kris Jenkins.
You can find some simple example applications in the examples folder.
- Install dependencies with
npm install - Bootstrap monorepo
npm run bootstrap - Build the remote-data library with
npm run build - Start the bundler with
npm run start:examples