React state vs props tutorial shorts | phpexpertise #react #reacttutorial
state is a Mutable data
props is a immutable sata
class component have default life cycle methods to access state
functional component have access State through hooks.
#reactdeveloper #tutorial #tutorials