Why Hexagonal Architecture? Do we really need it or is it just an overhead?
Nice post ! The frontend can also take advantage of an hexagonal architecture.
Business Logic -> State management
UI -> React components
DB-> backend APIs
https://github.com/Herve07h22/clean-react-template
Thanks Hervé, exactly - all these principles can be applied both on backend and frontend. It's useful how you also setup the React project to illustrate this.
Nice post ! The frontend can also take advantage of an hexagonal architecture.
Business Logic -> State management
UI -> React components
DB-> backend APIs
https://github.com/Herve07h22/clean-react-template
Thanks Hervé, exactly - all these principles can be applied both on backend and frontend. It's useful how you also setup the React project to illustrate this.