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 @@ Il progetto ha una struttura chiara e semplice, con un codice boilerplate minimo
|
||||
|
||||
[React Router](https://reactrouter.com/) gestisce il routing.
|
||||
|
||||
Per evitare [re-render](/developers/frontend-development/best-practices-front#managing-re-renders) inutili, tutta la logica del routing è in un `useEffect` in `PageChangeEffect`.
|
||||
Per evitare [re-render](/l/it/developers/frontend-development/best-practices-front#managing-re-renders) inutili, tutta la logica del routing è in un `useEffect` in `PageChangeEffect`.
|
||||
|
||||
### Gestione dello stato
|
||||
|
||||
[Recoil](https://recoiljs.org/docs/introduction/core-concepts) gestisce lo stato.
|
||||
|
||||
Vedi [best practices](/developers/frontend-development/best-practices-front#state-management) per ulteriori informazioni sulla gestione dello stato.
|
||||
Vedi [best practices](/l/it/developers/frontend-development/best-practices-front#state-management) per ulteriori informazioni sulla gestione dello stato.
|
||||
|
||||
## Testing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user