erictuvesson.bsky.social
@erictuvesson.bsky.social
It's not very often I work with just plain HTML, currently I mostly do React. Where everything is split into smaller components in TypeScript. I have worked in quite a few projects where there are 1000s of components where maintenance is often the biggest burden to development speed.
November 9, 2025 at 3:36 PM
You would be surprised on how much smaller the file sizes can be and the maintenance instead of having a few 1000s lines CSS files or a lot of small files.

I have worked on a few projects we only used CSS modules and those become a burden to maintain after a certain app size.
November 5, 2025 at 8:45 PM