#props
Read more stories on Hashnode
Articles with this tag
Sometimes when you're building an app in React, it can be difficult to pass props from one component to another without prop drilling. One of the...
Props are an incredibly useful tool when working with React so it's worth spending some time getting used to them. Props are a way of sending data...