#reactjs
Read more stories on Hashnode
Articles with this tag
Props and state Props Props stand for "properties", props is an object which holds the values of attributes of a tag, props are immutable, which means...
In this blog, I've tried to explain React Components. Components mean we can create pieces of our code, e.g header, navbar, etc. We can use one...