As I understand it, NextJS is a full stack framework, similar to Ruby on Rails. With that in mind, is it reasonable to consider utilizing some feature of it, I'm guessing API routes / routing, to serve a native client the same way I would if using Node + Express?
With the paradigm shift to Server-rendered components as first class citizens, are there any issues or redundancy with this design?
Thank you