LoginSignup
1
1

More than 3 years have passed since last update.

reason-react-nativeメモ

Posted at

reason-react-native とは

reason-react-nativeはその名の通り、reasonを使ってreact-nativeのアプリを作成するためのBindingです。

なぜreasonを使うのか?

reasonを利用することによって、以下のメリットを得ることができます。

  • 型安全性
  • Ocamlを使うよりも慣れたSyntaxで書ける
  • bundle サイズが小さい

getting started

react-native-cli と reason-react-native の community が用意した templateを使ってプロジェクトを作成します。

npx react-native init MyApp --template reason-react-native-template
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1