I strive to use consistent names when passing React props
I strive to use consistent names when passing React props. Consistent naming makes the code easier to read and navigate.
Examples:
✅ Pass a piece of state down to a prop with the same name.
✅ Pass a callback function down to a prop with the same name.
