Запитання 11
What is the difference between props and state in React Native?
Варіанти відповідей
Props are read-only values passed from parent to child; state is managed internally and can be updated within a component.
Props store user inputs; state holds styles.
State is read-only; props can be changed by the component.
Props and state are identical and interchangeable.