microsoft / TypeScript-React-Native-Starter

A starter template for TypeScript and React Native with a detailed README describing how to use the two together.
MIT License
1.91k stars 211 forks source link

Change setState calls to functional form #51

Open somecatdad opened 5 years ago

somecatdad commented 5 years ago

These are safer forms of setState in this instance since we are computing state based on previous state.

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.