This article is the following of the article "How to create a nextjs + mongoDB SaaS fully self-hosted"
We will mainly focus on how does the magic happen inside the NextJs App ?
The requirements :
What we want to build is a nodal GUI handler for docker-compose data handling.
From this product need we can extract somes technicals answers :
- We need a good data handling of docker-compose
- We need a tool to help us with the nodal GUI
- We need a state management sytem that allow us complex deep nested object mutations, in an efficient way.