Skip to content
Snippets Groups Projects
App.md 317 B

The folders are divided basing on if the user is authenticated or not authenticated. For this, the pages are organized as:

  • AuthUser: private pages (for authenticated users). Those pages must be covered by a PrivateRoute except for SignInForm and SignUpForm.
  • NonAuthUser: public pages, require a normal Route.