anitab-org / anitab-org/anitab-forms-web
Refractor code to use functional components.
Offen
Category: Coding
Status: On Hold
Type: Enhancement
- Vorherrschende Sprache
- JavaScript
- Sterne
- 44
- Forks
- 81
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
### Is your feature request related to a problem? Please describe.
As mentioned in React Docs after react-hook support, one should prefer using functional components.
### Describe the solution you'd like
Convert all class based components to functional components.
### Describe alternatives you've considered
for example, componentdDidMount can be replaced by useEffect hook.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.