@kylegawley Well, last multiple people seriously reached out to me asking why I did not place all the heavy logic on the client side... There is a big knowledge gap nowadays.
@DeependraS99847 @soham_nayak04 If you don't execute high load on the client it's fine to use next.js only. In my case I need to do a lot of heavy lifting. I want to run that on the back-end server. Different requirements require different architectures.