You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess so, yeah!
Next is a beautiful framework, although a bit opinionated 😃
But I think we don't need to reinvent anything to use clean architecture principles with a Next.js project. All of the basics are gonna stay the same, like:
separating the domain;
creating framework-agnostic use cases;
keeping the UI separate, etc.
There might appear some difficulties with pages/ and api/ though since Next requires to keep all of those in the pages' roots. But they can be solved with adapters :–)
It will be awesome if we have frontend-clean-architecture for Next.js what do you think 😆
The text was updated successfully, but these errors were encountered: