frontend

What I Hope Front-End Looks Like in 5 Years

Thoughts from the intersection of code, craft, people, and progress.

Stable, performant, and finally a little less hype-driven.

Predicting front-end development five years ahead is brave when we struggle to predict next month's preferred tooling. Still, I hope the platform keeps getting stronger and the industry gets better at valuing accessible, resilient products over novelty for its own sake.

The useful question behind “What I Hope Front-End Looks Like in 5 Years” is what changes in the work afterwards. A sound idea should improve a real decision, not only give us a neat phrase for describing it.

There is a practical tension underneath this topic: we want enough structure to move confidently, but not so much that the structure becomes the work.

Prefer the thing that survives contact

Front-end work has a habit of looking simple from a distance. The browser then introduces real content, small screens, old devices, keyboard navigation and somebody using the product in a way nobody drew in the design file.

That is why I favour choices that are easy to inspect. Start with semantic HTML, let CSS do the layout work it was designed for, and add JavaScript where it creates genuine value. Cleverness is occasionally useful; legibility is useful every day.

The best front-end code does not show off. It makes the interface feel obvious.

The web is wonderfully forgiving, but users should not have to rely on that forgiveness. Build from sturdy foundations and the interesting parts become much easier to enjoy.

I do not always manage it perfectly. The aim is to make the better choice easier to recognise the next time it appears.