In this video, we learn basic of props and state used in React Framework.
Any sort of data on which some action might occurs is managed by Props and State.
Both holds the data but in different ways.
Props is short for properties, its immutable.
Any component receives props from their parent. Components will not modify these props.
Mostly props are used with Presentational Component.
State is a variable which is managed by particular component.
Its a data structure for storing and managing the information about the component and can change over the time based on some behavior.
#propsvsstate #reactNative
In questa pagina del sito puoi guardare il video online React Native - Props vs State della durata di ore minuti seconda in buona qualità , che l'utente ha caricato CodeBeta 13 marzo 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 261 volte e gli è piaciuto 1 spettatori. Buona visione!