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 … Continue reading Props and state in ReactJS
The post Props and state in ReactJS appeared first on Web and Mobile App Development - sisnolabs.