export default function TableBooks(props) { const reducer = (state, action) => { switch (action.type){ case "start": return { ...state, loading: true }