Get better info about setState calls in React/React Native
Built with ❤︎ by tiaanduplessis and contributors
$ npm install react-setstate-info
# OR
$ yarn add react-setstate-info
import React from 'react'
import reactSetstateInfo from 'react-setstate-info'
reactSetstateInfo(React)
Calls to setState will then be logged e.g:
Contributions are welcome!
- Fork it.
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Or open up a issue.
Licensed under the MIT License.