1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

react-rails gem と react_on_rails gem の特徴と比較

Last updated at Posted at 2021-07-14

##react-railsの特徴
・導入が容易
・サーバーサイドとフロントサイドのレンダリングを自動的に行う。
・Asset Pipelineを利用してJSXを変換する。
・ビューで、 react_componentヘルパーを使用してReactコンポーネントをレンダリングする。
・SSRに対応している。
・記事が豊富。

##react_on_railsの特徴
・react-railsに比べrailsに依存しない。
・RailsのViewからReactコンポーネントに直接プロップスを渡す。
・rails/webpackerに依存しないSSR.
・RdduxとReactRouterを組み合わせたSSR。
・Webpack, Babel, React, Redux, React-RouterなどのモダンJSスタックをRailsと密結合にならない形で導入したい状況を想定している。

##結論
どちらもSSRに対応しているが、サーバー側とフロント側をできるだけ分離させたいなら、依存が少ないreact_on_railsの方がいい。

##参考記事

1
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?