lots of duplicate and non-synchronized sources of truth here. PR focuses exclusively on improving App.tsx to use a more direct approach in the component (using the React lifecycle to automatically trigger rerenders when the context provider updates rather than a series of useEffect hooks) and expanding the scope of AuthContext.js to manage any calls to FireBase for user info
lots of duplicate and non-synchronized sources of truth here. PR focuses exclusively on improving
App.tsx
to use a more direct approach in the component (using the React lifecycle to automatically trigger rerenders when the context provider updates rather than a series of useEffect hooks) and expanding the scope ofAuthContext.js
to manage any calls to FireBase for user info