Hacker News new | ask | show | jobs
by officialchicken 3779 days ago
Are there any isomorphic frameworks or examples that aren't tightly coupled?

I can't understand how to get a development team starting with something like this to something like a microservices API without a complete/major rewrite or painful decoupling/transition sprint(s). Or am I missing something here?

1 comments

I think what you're missing is that this is the opposite of having decoupled microservices by design. Their point is no configuration, seems like they're trying out the "monolithic" convention-based architecture with the modularity of react components, etc.