EQuimper / VSC-React-Native-React-Redux-Snippets

Snippets for React and React-Native with a bit of Redux for es6/es7 user.
https://marketplace.visualstudio.com/items?itemName=EQuimper.react-native-react-redux
54 stars 31 forks source link

[F] Adds componentDidReceiveProps (cdrp) #5

Closed aestrro closed 7 years ago

aestrro commented 7 years ago

Adds the ability to provide componentDidReceiveProps snippets

rockchalkwushock commented 7 years ago

@aestrro

I believe you will want componentWillReceiveProps(nextProps) instead:

https://facebook.github.io/react/docs/react-component.html#componentwillreceiveprops

aestrro commented 7 years ago

Um, yeah, that'll work too...

aestrro commented 7 years ago

So embarrassing! Hope this helps.

EQuimper commented 7 years ago

Thank you @aestrro and @rockchalkwushock :)