Skip to content

Using Reason Component inside a ReactJS applicaiton

Notifications You must be signed in to change notification settings

royderks/reason-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Using ReasonML in your next React project

by Roy Derks (https://twitter.com/gethackteam)

ReasonML is based on the OCaml programming language and was created at Facebook, by the same creator as React! It shares a lot of features, but with the benefits of a statically typed functional programming language. ReasonML compiles to JavaScript and can therefore be used to create strongly typed React applications.

Installation

npm install

Usage

npm start

The BuckleScript compiler only does it magic on the first run, to continue watching for updates in your Reason files, open another terminal / command prompt where you execute:

bsb bsb -make-world -w

Documentation

About

Using Reason Component inside a ReactJS applicaiton

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published