2 Comments
User's avatar
Hervé's avatar

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

Expand full comment
Valentina Jemuović's avatar

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.

Expand full comment