Props and State
Props and state
Props
Props stand for "properties", props is an object which holds the values of attributes of a tag, props are immutable, which means we can not change the value of props, props give way to pass data from one component to another com...
yashpurkar.hashnode.dev1 min read