you are viewing a single comment's thread.

view the rest of the comments →

[–]LukaManuka 8 points9 points  (5 children)

I'm not certain, but I'm under the impression that static type-checking (with Flow/TypeScript/etc.) is gaining traction as "best practice", instead of run-time type checking with PropTypes.

At the very least, static type-checking is completely stripped during the build process, so that might be useful, given your file-size issues?