DEV Community

Discussion on: What are the advantages if one separates frontend framework from backend or integrate frontend framework with backend?

Collapse
 
ben profile image
Ben Halpern

I’d say with separation your pieces are more modular and interfaces generally become cleaner.

Integrated frameworks are logically simpler (especially at first) but could introduce coupling that could lock you in to an approach and/or lead to more mangled codebase.

Similar to monolith vs microservices, there are going to be trade offs either way.

Collapse
 
akwetey profile image
Jonathan Akwetey

alright. so if you're to stick out your neck for one which one will you go for?