appsmithorg / appsmithorg/appsmith
(JS-0428) Avoid using spreading operator for JSX props
- Lingua principale
- TypeScript
- Stelle
- 40.9k
- Fork
- 4.8k
- Merge medio
- 1g 22h
- PR unite (30g)
- 45
Descrizione
## Description
We recommend passing props separately to the component instead of using a spread operator for any JSX props. Here are some reasons to avoid the use of the spreading operator: - Readability -- being more explicit about what props are received by the component is straightforward. - Maintainability -- helps …
## Occurrences
There are 392 occurrences of this issue in the repository.
See all occurrences on DeepSource → [deepsource.io/gh/appsmithorg/appsmith/issue/JS-0428/occurrences/](https://deepsource.io/gh/appsmithorg/appsmith/issue/JS-0428/occurrences/)
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.