appsmithorg / appsmithorg/appsmith
(JS-0428) Avoid using spreading operator for JSX props
- Langage dominant
- TypeScript
- Étoiles
- 40.9k
- Forks
- 4.8k
- Merge moyen
- 1 j 22 h
- PR mergées (30 j)
- 45
Description
## 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/)
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.