Reactの資料を現状に即したものに修正 #6
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reactに関する資料が少し古い情報になってしまっていたので現在の最新バージョン (v16.5.0) に対応したものに修正しました。
Fluxの項目についてはReactをv16.5.0に変更したことを除いて、ほとんど変更していません。これは今日 (2018年秋) においてはFacebookによる実装であるFluxよりも、ReduxやMobXの方がより一般的に使われているのではないかと判断したためです。
将来的にはBrowserifyではなくwebpackを使うように、FluxではなくRedux (もしくはMobX) を使うようにした文書に変更するべきだと考えていますが、とり急ぎはReactのみに焦点を絞っております。
こちらのリポジトリはPerlの初学者を対象としているものであり、Reactに関してはあくまでおまけ程度のものかとはご推察いたします。
ですが近年ではフロントエンドの実装にもある程度の重きを置くようになっているという肌感覚を得ています。Perlを用いたウェブアプリケーションの開発を行う方でもある程度は認識していた方が良いのではないかと思い、この度はPull Requestをお送りさせていただいております。