1 min readAug 18, 2018
I don’t see any issues with using prop types. Yes, you might have a few extra prop types for the logic, however, this makes no difference since prop types get stripped out in production builds.
I don’t see any issues with using prop types. Yes, you might have a few extra prop types for the logic, however, this makes no difference since prop types get stripped out in production builds.