@idkjs/reason-remote-data
v1.0.0
Published
Tools for fetching data from remote sources (incl. HTTP)
Downloads
1
Readme
Reason Remote Data
This is project is based on the great gist https://gist.github.com/idkjs/8e723a86f09843c4038123c45c846f75 module. It's just trying to go through the steps of releasing a library.
Use this if you actual need remotedata
: remotedata-re
Setup
Install the module:
yarn add @aa/reason-remote-data
Then add it to your bsconfig.json
:
{
"bs-dependencies": ["reason-react", "@aa/reason-remote-data"]
}