14
17

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 5 years have passed since last update.

個人的React周りベストプラクティス① - 構成編

Last updated at Posted at 2017-09-19

Reactを半年ほど触っていく中で、
私の中でこれが一番使いやすいっていうものが確定してきたので、備忘録もかねて残していきます。

まずは構成から

#フロー図
image.png

#React.js(Redux)
フロント側を担当
Reduxを勉強したい場合はこちら → コードで理解するRedux(React使用)
#API Gateway
Lambdaを実行するURLを生成
#Lambda
サーバー側で実行したい処理
DBからデータを取得したいときなど
#EC2
mysqlDBを動かすために使用
サーバー管理の手間を考えるとRDSやDynamoDBなどの方がいいと思う

#次の記事
個人的React周りベストプラクティス② - 準備編

14
17
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
14
17

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?