Build a React Application With Clean Architecture
Motivation
There are multiple React/Clean Architecture applications out there: courses, example repos, and stories. Then, why is writing a new article necessary?
Unfortunately, I'm not satisfied with the available resources related to Clean Architect...
morintd.hashnode.dev11 min read
Erik J
Thanks for the informative article! I have a couple of questions:
Why is it that you add dependencies on both React and
tictactoe/adaptersfrom thecommonfolder? Shouldn't it be independent?All your controllers depend on React. Why is this? Shouldn't they be UI framework-agnostic if following the Clean Architecture?