from Hacker News

How to Implement Clean Architecture in ReactJS?

by bqc on 10/14/24, 6:31 PM with 1 comments

  • by skydhash on 10/14/24, 8:18 PM

    You don’t. ReactJS is a UI library and everything around it depends on it. The only incentive to be clean is if you want the ability to switch the UI layer to something like vue or svelte. Clean is related to the business logic, not a particular library.