React Props and Key
React Props
Props stands for properties.
Props are arguments passed into React components. so passing props to a React component is like passing arguments to a JS function.
Props are passed to components via HTML attributes.
Props might remind you of...
techstack-tales.hashnode.dev3 min read