5
3

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-Reux周りの開発をいい感じにしてくれる情報集

Last updated at Posted at 2018-02-23

React-Redux開発の備忘録です。ろくに説明がなくてすいません。開発中に随時更新していきます。

フロントエンド

redux-devtools

redux開発用のchromeエクステンション。
https://github.com/zalmoxisus/redux-devtools-extension

material-ui

お手軽にUIまわりの開発ができるコンポーネントです。
http://www.material-ui.com/#/

React.Rocks

React/Redux関連のプロジェクト情報が集まっているサイト。UIのインスピレーションを得るのにとても有用。
https://react.rocks/

Reactを使って構築されたサイト集

Reactレファレンス

Reduxレファレンス

Jsbin

Javascriptのちょっとしたテストに使える。
http://jsbin.com/

codepen

validatejs

jsonplaceholder

テスト用のフェイクデータを作成してくれる。
https://jsonplaceholder.typicode.com/

Middleware

gatsby

静的ファイルを作るためのパッケージ
https://www.gatsbyjs.org/

React Native

モバイルアプリを作るためのコンポーネント。
https://facebook.github.io/react-native/

バックエンド

MongoDB

Jwt.io

Webトークンについての説明がかかれています。
https://jwt.io/

共通

NPM

node.jsのパッケージ情報が検索できるサイト
https://www.npmjs.com/

学習用教材

Reactトレーニング

よさそうな感じなので今度つかってみようかな。
https://reacttraining.com/

5
3
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
5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?