State is the local state of the component which cannot be accessed and modified outside of the component. It's equivalent to local variables in a function
state use inside a class component
state change a value inside a component
If you render the page, you call setState/Hooks to update DOM(update page value)
Props, on the other hand, make components reusable by giving components the ability to receive data from their parent component in the form of props. They are equivalent to function parameters
props use to pass data in the child component
props change a value outside a component(child component)
------------------------------
https://github.com/vishnusinghchauhan...
----------------------------
Смотрите видео ReactJS State And Props | ReactJS Tutorial For Beginners | Learn ReactJS For Beginners онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Vishnu TechBuddy 01 Январь 1970, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 256 раз и оно понравилось 6 людям.