Basic Difference between Props and State – React.js

React.js is a javascript library that every front-end developer should need to know and learn. It allows us to build Single Pages Applications(SPA) and reusable UI components. Here I am going to describe the basics of Props and State that many beginner want to know. Props:- Props are used to pass data between react components, […]