Callback props in React

What are Callback Props?Callback props are just regular props, but instead of passing data, they pass functions that handle specific events.Whatโs their exact purpose?Letโs say you have a componen...