Skip to content

ReasonML example demonstrating fetch and JSON parsing using bs-fetch and bs-json

Notifications You must be signed in to change notification settings

harigopal/reason-fetch-json-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reason Fetch & JSON Example

This project aims to demonstrate how to you fetch JSON data from APIs, and more importantly, encode and decode JSON with ReasonML.

To learn how, set up ReasonML using official documentation, and then clone this repository and run:

# Install all dependencies.
$ yarn

# Run the application.
$ yarn run start

# This should launch the demo in a browser window.

This project was bootstrapped with Create React App and reason-scripts.

About

ReasonML example demonstrating fetch and JSON parsing using bs-fetch and bs-json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published