Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6366

While converting javascript code to typescript, where I should write the shouldComponentUpdate(nextProps) {...} code? [closed]

$
0
0

I am converting javascript code to typescript. I have few js files which contains shouldComponentUpdate(nextProps) {...}/ componentDidUpdate(prevProps) {...}How can we convert this code in typescript file?


Viewing all articles
Browse latest Browse all 6366

Trending Articles