How to set up your sign-in solution on CloudFare pages by using Next.js, NextAuth D1, and Prisma. The source code and the link to the working demo are provided.
Learn what actions you can follow from Backstage release v1.23.0-next.0 to make your templates resilient to redeployment or any accidental server failures.
Comments
Mar 22, 2021 · Bogdan Nechyporenko
Hi Xavier,
I made an example based on this architecture in this article, there is also a github working application https://dzone.com/articles/scale-your-frontend-application-dynamically
You can have a look at Lerna https://github.com/lerna/lerna to create a mono-repository. So that you can build all projects from one entry point.