React props for beginner
What are props?
➜ The word “props” simply means “properties”, and it's works similar to HTML attributes.
➜ props are the read-only component. props can't be changed or edited, Once they are assigned value can't be changed.
➜ we use props to pass dat...
sanathan.hashnode.dev2 min read