2 Comments
Mar 24, 2023Liked by Jelena Cupac

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
author

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