import React from 'react'; // The typing forces us to put something inside createContext(); start with undefined export const TodoContext = React.createContext(undefined);