I\'m learning React and just found out about useContext.
const [playlist, setPlaylist] = useContext(PlaylistContext);
I was wondering if it