Comment by soft-wear on 19/12/2024 at 21:36 UTC

33 upvotes, 0 direct replies (showing 0)

View submission: Is modern Front-End development overengineered?

View parent comment

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*.

Replies

There's nothing here!