Then you want to use props because proper for things that are going to be passed down from the parent and don't change inside the component, but with the counter like I mentioned, we're updating that in the component, so we need to use state, and that's really the only difference is between state and props.