Skip to main content
Martin Hähnel

The way our frontend JS/twig/css grows makes it almost impossible to review. Component based approaches can be a similar mess, but with components (e.g. vue/react) I can at least see a path to sanity. I am not a front-end guy at all though. But how do you go from messy legacy to tidy without introducing the concept of a reusable component that couples css/js/“html” instead of millions of nested templates, etc.?