Creating a custom React useReducer hook to support passing functions as actions. import { useReducer } from 'react' function...