idev0085 / react-boilerplate

0 stars 0 forks source link

What are the recommended ways for static type checking? #63

Open idev0085 opened 3 years ago

idev0085 commented 3 years ago

Static type checkers like Flow and TypeScript identify certain types of problems before you even run your code. They can also improve developer workflow by adding features like auto-completion. For this reason, we recommend using Flow or TypeScript instead of PropTypes for larger code bases.