Hi Muhammed, I've not done any React Native before but I imagine they will have the same or similar lifecycle. Might be worth checking out the React Native docs.
I laughed when you put the parentheses around the object literal you were returning for getInitialState. Not necessary, it's only used when you are returning nothing on the same line as the return statement
I'm actually looking into React Native without a React background and this video helped me a lot!
Thanks Colo!
Really great tutorial!
Thanks!
very clear and precise. thanks
Thanks!
Very clear and concise. Thanks. Can we use all these life-cycle methods in React Native or it has some differences?
Hi Muhammed, I've not done any React Native before but I imagine they will have the same or similar lifecycle. Might be worth checking out the React Native docs.
Very, very helpful. Thank you.
Thanks Andrew, the feedback means a lot.
Great! It's helpful! Thank you!
Thanks
Hey.. thanks a lot man!
Thanks
Thanks mate..
cool man
tnx!
No worries!
I laughed when you put the parentheses around the object literal you were returning for getInitialState.
Not necessary, it's only used when you are returning nothing on the same line as the return statement
Ha, very true, didn't notice I did that!