Oldie but a goodie. I still wonder sometimes: What are good patterns to organize the #frontend as _a whole_? If I have to do anything on the frontend I have to consider the whole thing, too, not “only” its presentation. I’m totally aware that this may seem like a slight on CSS, but I don’t mean it like that. I have to consider the “backend” in terms of the whole system as well.
I still think that a component-based approach seems to work best. That doesn’t have to mean react, but probably means little bundles of logic, layout and styling (+ a state mechanism when needed). This seems to be an even bigger problem when considering more than one person working on the same code base over time.
Like, are there even other patterns? Or is there just a lot of nuance in the load-bearing concept of “component”? https://hachyderm.io/@benjamineskola/115729840187357747
-
← Previous
DailyDogo 1481 🐶 -
Next →
DailyDogo 1482 🐶