-
Notifications
You must be signed in to change notification settings - Fork 0
Write runtime checking for component props #1
Copy link
Copy link
Open
Labels
code reviewDevelopment or production code could be improvedDevelopment or production code could be improvedgood first issueGood for newcomersGood for newcomers
Description
Problem
Currently, there is no development checking of prop types for React components. This could lead to poor development practices and errors that could be easily avoided. Checking prop types during development could avoid wrong data types from being passed and prevent errors. Refactoring becomes easier and less time-consuming.
Fix
Add type checking to any components that pass down props. Module already installed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
code reviewDevelopment or production code could be improvedDevelopment or production code could be improvedgood first issueGood for newcomersGood for newcomers