I have an app that checks the user id on startup and loads the list of todo items based on the user logged in. I have the useEffect change only when data changes, b
data