Skip to content

Razzle + Reason-React + React-Native-Web. Damn that's a lot of R's.

Notifications You must be signed in to change notification settings

jaredpalmer/reason-react-native-web-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reason React Native Web Example

Reason React + React Native Web using ReasonReact's built-in Router, with Razzle for SSR

Installation

git clone git@github.com:jaredpalmer/reason-react-native-web-example.git
cd reason-react-native-web-example && yarn
yarn dev

Go ahead and edit src/App.re.

NPM Scripts

  • yarn dev: Run BS and Webpack together
  • yarn bsb-watch: Run BuckleScript compiler in watch mode
  • yarn js-watch: Run Razzle (Webpack compiler) in development
  • yarn build: Build for production
  • yarn start: Start production
  • yarn run clean: Clean up build artifacts and directories

Authors