What application type should i schoose for Nest.JS / React

Hello! I’m new in Auth0. I want to create a site with folowing stack:

  1. React - Front
  2. Nest.JS - Back
  3. TypeORM (PostgreSQL)
  4. Auth0.

So should i use “Single Page Web” or “Regular Web” Application?

Hey there @Xepobopa! I apologize for the delayed response on this one.

You should be able to get away with a Single Page Application (SPA) for your React frontend while registering your Nest.JS Backend/API - I definitely recommend checking out our Architecture Scenarios documentation for high level overview.

I also recommend checking out our React sample app as well as the following blog which outlines adding authorization to a Nest.JS API:

Hope this helps to clarify!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.