オメガアプリ:クライアント
4244 ワード
必要なパッケージ
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"axios": "^0.20.0",
"bootstrap": "^4.5.2",
"query-string": "^6.13.5",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.4",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0"
路線
/login
:ログインページ/signup
:サインアップページ/resetPassword/:token
:リセットパスワード/verifyEmail/:token
:電子メール/dashboard
:ダッシュボード・ページ/subscriptions
:購読ページ環境変数
* REACT_APP_SERVER_ENDPOINT=<Server API Endpoint ex: /api>
* SERVER_URL=<Server URL ex: http://localhost:5000>
還元剤
authReducers.js
:ハンドルAuthデータerrorReducer.js
:ハンドル・エラーデータloadingReducer.js
:ハンドルローディングspreadsheetsReducer.js
:スプレッドシートデータsubscriptionsReducer.js
:ハンドル購読データuserReducer.js
:ユーザー・データアクション
authActions.js
:ハンドルAuthアクションerrorActions.js
:ハンドル・エラーアクションspreadsheetsActions.js
:ハンドルスプレッドシートアクションsubscriptionsAction.js
:ハンドル購読アクションuserAction.js
:ハンドルユーザーアクションReference
この問題について(オメガアプリ:クライアント), 我々は、より多くの情報をここで見つけました https://dev.to/devsmranjan/omega-app-client-493hテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol