DEV Community

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

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao • Edited

Simple it might be easier to manage since both require different skill sets and it makes sense to separate them for ease of management and finding talents with specific skills in either Front-end or Back-end.

For example, the use of design systems or CSS 3 and Javascript fatigue is a real thing for front-end.

Whereas for the backend they might focus on API development like the use of Postman or GraphQL implementation as part of their backend not forgetting deployment using cloud hosting services like Google or AWS for scaling their services.

Lastly, I'm a full-stack developer but I don't really say I know everything in front-end especially when it comes to designs of website or the UX/UI department.