<aside> 📍 src/client/components/AuthedApp.jsx

</aside>


Components

AuthedApp

Props:

State Hooks:

Purpose:

Renders a visual entry point, as well as handles authentication tasks. It displays the CircularProgress component when loading, PushForm when loggedIn, otherwise displays SignIn component.

It uses two useEffect hooks to handle authentication and re-rendering.

Hooks: