Props and state in ReactJS
What is reactJS props? “props” is a special keyword in React, which stands for “properties” and is being used for passing data from one component to another. But the important part here is that data with props are being passed in a uni-directional flow, means it can’t modify by child component. Props data is available […]
Props and state in ReactJS Read More »