reason-react-native-web-example
reason-react-native-web-example copied to clipboard
Razzle + Reason-React + React-Native-Web. Damn that's a lot of R's.
Reason React Native Web Example
Reason React + React Native Web using ReasonReact's built-in Router, with Razzle for SSR
Installation
git clone [email protected]: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 togetheryarn bsb-watch: Run BuckleScript compiler in watch modeyarn js-watch: Run Razzle (Webpack compiler) in developmentyarn build: Build for productionyarn start: Start productionyarn run clean: Clean up build artifacts and directories
Authors
- Jared Palmer @jaredpalmer
- Kyle Goggin @kgoggin