Beginners’ Guide on how to use Props in React.js
Have you ever wondered why React components are treated like Javascript functions?
Do not worry too much, It is the Props system that allows us to treat Components in React just like Javascript functions.
Props allow React to maintain its one-way dat...
blog.felixakinloye.com5 min read