Open3
【自分用】チートシート

1. yarn
コマンド | 公式サイト | 備考 |
---|---|---|
yarn add react-hook-form |
https://www.react-hook-form.com/get-started/ | バリデーション |
yarn add @rneui/themed @rneui/base |
https://reactnativeelements.com/docs/installation | React Native UIコンポーネント |
yarn add @tanstack/react-query |
https://tanstack.com/query/latest/docs/framework/react/installation | Tanstackシリーズ API繋ぎこみ簡略化 |
yarn add @tanstack/react-table |
https://tanstack.com/table/v8/docs/installation | Tanstackシリーズ テーブル実装簡略化 |
yarn add dayjs |
https://day.js.org/docs/en/installation/node-js | 日付操作簡略化 |
$ yarn add react-native-calendars |
https://github.com/wix/react-native-calendars | ReactNative カレンダーコンポーネント |
$ yarn add react-native-tab-view |
https://reactnavigation.org/docs/tab-view/ | ReactNative タブコンポーネント |

2. React Native
メモ | 分類 | 備考 |
---|---|---|
// eslint-disable-line no-console | eslint | 一時的にconsole.log使いたいとき |

3. 汎用テスト観点
分類 | テスト内容 | 想定 | 結果 | 備考 |
---|---|---|---|---|
API | リクエストパラメータが仕様通りに詰められていること。 | リクエストパラメータが仕様通りに詰められている。 | OK/NG | |
API | レスポンスが仕様通りに返ってきていること。 | レスポンスが仕様通りに返ってきている。 | OK/NG |
作成者以外のコメントは許可されていません