chapter
chapter copied to clipboard
NextJS for server
Discuss your ideas or share your views:
This is 100% a post-MVP consideration, but it might simplify the app to use NextJS for the server as well as the client. With NextJS now supporting middleware it should be powerful enough for anything we want to do.
Pros
- simpler infrastructure (one fewer container to manage)
- we can use next-auth to simplify the authentication
- reduces the complexity of the app overall, making it easier for new contributors to get started.
Cons
- would involve a fair bit of work for a pure refactor