i18n - translations (#15803)
Created by Github action --------- Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
committed by
GitHub
parent
0fdc7ba834
commit
9bc5486d0d
@@ -78,13 +78,13 @@ npx nx run twenty-front:storybook:coverage # (needs yarn storybook:serve:dev to
|
||||
|
||||
[React Router](https://reactrouter.com/)はルーティングを処理します。
|
||||
|
||||
不要な[再レンダリング](/developers/frontend-development/best-practices-front#managing-re-renders)を避けるために、すべてのルーティングロジックは`PageChangeEffect`内の`useEffect`にあります。
|
||||
不要な[再レンダリング](/l/ja/developers/frontend-development/best-practices-front#managing-re-renders)を避けるために、すべてのルーティングロジックは`PageChangeEffect`内の`useEffect`にあります。
|
||||
|
||||
### 状態管理
|
||||
|
||||
[Recoil](https://recoiljs.org/docs/introduction/core-concepts)は状態管理を処理します。
|
||||
|
||||
状態管理に関する詳細な情報は[ベストプラクティス](/developers/frontend-development/best-practices-front#state-management)を参照してください。
|
||||
状態管理に関する詳細な情報は[ベストプラクティス](/l/ja/developers/frontend-development/best-practices-front#state-management)を参照してください。
|
||||
|
||||
## テスト
|
||||
|
||||
|
||||
Reference in New Issue
Block a user