タグ

ReactとiOSとJavaScriptに関するefclのブックマーク (3)

  • React Native at Airbnb: The Technology

    UpdateThis article was published in 2018 and reflects the state of React Native at the end of 2017. When using these articles to make decisions about your business, please use discretion. Any technical points should be revalidated because the maturity and size of the ecosystem was significantly different back then. Any organizational points should also be considered within the context, size, and c

    React Native at Airbnb: The Technology
    efcl
    efcl 2018/06/20
    React Nativeで上手くいった点、上手くいかなかった点について。 クロスプラットフォーム、DSL、React、パフォーマンス、アニーメーション。 V8とJSCの違いの問題、ライブラリの品質の問題、アクセシビリティの問題についてな
  • React Native at Airbnb – Airbnb Engineering & Data Science – Medium

    UpdateThis article was published in 2018 and reflects the state of React Native at the end of 2017. When using these articles to make decisions about your business, please use discretion. Any technical points should be revalidated because the maturity and size of the ecosystem was significantly different back then. Any organizational points should also be considered within the context, size, and c

    React Native at Airbnb – Airbnb Engineering & Data Science – Medium
    efcl
    efcl 2018/06/20
    AirbnbでのReact Nativeについて。 React Nativeの技術的解説、上手くいった点、上手くいかなかった点。 クロスプラットフォームアプリ開発の技術的/組織的な難しさなどから、当初の目標を達成できないためAirbnbではReact Nativeから
  • ReactNativeでの開発を通じて得た知見 - razokulover publog

    前回はてぶのお気に入りフィードを読むHBFavというアプリのReactNative版RNHBFavというアプリを作っているという話を書いたが、とりあえずAppStoreへ申請するところまで終わった。 razokulover.hateblo.jp 申請がどのくらいで通るかはまだわからないが、たぶん1週間はかかる気がする。 少し時間が空きそうだし、ここらで今回ReactNativeで開発〜リリース申請する中で感じたことやこうした方が良かったみたいなものをメモしておこうと思う。 垂直分割/水平分割のディレクトリ構成 ディレクトリ構成はプロジェクトごとにみなそれぞれ自分なりの構成を持っているようだけど、例えばreduxを利用するアプリだと以下のような作りになると思う。 index.ios.js index.android.js src |__actions |__hoge.js |__reduce

    ReactNativeでの開発を通じて得た知見 - razokulover publog
    efcl
    efcl 2017/08/29
    ReactNativeでのアプリ開発で気をつけたことについて。 コンポーネント、ステート管理、非同期処理、ルーティング、スタイルなどについて
  • 1