no-stack-dub-sack / cs-playground-react

In-Browser Algorithm and Data Structures Practice
http://cs-playground-react.surge.sh/
MIT License
520 stars 91 forks source link

add flow for static type checking #67

Closed no-stack-dub-sack closed 4 years ago

no-stack-dub-sack commented 6 years ago

been reading / hearing a ton about flow and typescript lately. I think it's time to dive in!

This will be a nice way to prevent run-time errors and might even catch a few bugs. Will need to refactor all current code to work with flow and will need to understand more about how this works with react class component methods and redux.