33 upvotes, 0 direct replies (showing 0)
View submission: Is modern Front-End development overengineered?
HTML, CSS and JS aren’t different concerns when they are all being used to implement the UX. Your calls to APIs should be invisible to your React components. They just call functions/hooks and respond to state changes with UI changes.
Theres a reasons we call it separation of *concerns* and not separation of *languages*.
There's nothing here!