class Programmer implements ANiceHumble, Person {
Code as we know it. Open source stuff goes here
Monday, March 12, 2018
React Hot Loader refreshing the whole page
Doing setState in componentDidMount causes react-hot-loader to refresh the whole page. Need to do the setState in componentWillMount instead.
Happy Coding!
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment