What is the difference between state and props?
Anonymous
In a React component, props is data passed to it by its parent component. State on the other hand is still data, but directly initialized and managed by the application.
Check out your Company Bowl for anonymous work chats.