titanscouting / red-alliance-mobile

Red Alliance App in React
2 stars 6 forks source link

Prop types? #199

Closed funblaster22 closed 1 year ago

funblaster22 commented 1 year ago

Trying to understand code, especially with long prop chains is tricky, so I want to add types to that. Typescript might be too much, but it's an option. I noticed there's a react-types module, so I'll try to work with that.

funblaster22 commented 1 year ago

Then I realized the prop-types library is nothing close to typescript and also it doesn't raise a warning (that I could see) if I used an incorrect type, so its basically useless. Probably too much work for what it's worth. It'd still be cool to have though