I'm going to start using @flowtype in my projects. It seems real intuitive and useful. Any reasons why I should avoid using it?
The most value we can get from static type is avoid the error while compiling. But you can get the same result with unit test. Right? Adding a layer like Flow does not really help you much, while it makes the process more complicate.
j
stuff ;)
nope it's a good thing. you could use typescript as well. Depends on what you feel more comfortable with. flow has the advantage it's more flexible.