Learn the differences between props and state
Hello Coders 👩💻! In this article, we'll discuss the differences between props and state .
🎯Props
Props are read-only components. It is an object which stores the value of attributes of a tag and work similar to the HTML attributes.
It allows p...
richak.hashnode.dev3 min read