Rainer Hahnekamp

To New Frontiers: The Future of Frontend Development

What if your web framework ran almost entirely on the server? Learn how the next generation of tools creates faster apps by shipping dramatically less JavaScript.

To New Frontiers: The Future of Frontend Development
#1about 4 minutes

The history of frontend frameworks and the rise of the big three

A look at the evolution from early libraries like jQuery to the stable dominance of Angular, React, and Vue in modern web development.

#2about 2 minutes

The two primary approaches for improving frontend performance

New frameworks aim to improve speed by either running faster with compiled tooling or running less by reducing JavaScript bundle sizes.

#3about 5 minutes

Using a compiler approach to reduce framework code

Frameworks like Svelte and Solid act as compilers during build time to generate optimized code, removing the need for a large runtime in the browser.

#4about 4 minutes

Advanced hydration strategies for reducing application code

Server-side rendering combined with techniques like just-in-time hydration and partial hydration for interactive components can significantly reduce the client-side JavaScript bundle.

#5about 4 minutes

How Remix reduces bundle size with server-side data fetching

Remix executes data fetching in a server-side loader function, which keeps data-related dependencies and logic off the client and reduces the final bundle size.

#6about 4 minutes

Contrasting developer interest with actual framework usage statistics

While new frameworks generate excitement, download statistics show the continued dominance of React, Angular, and Vue, which are likely to adopt new successful patterns over time.

#7about 2 minutes

Q&A on compiler adoption and the move to full-stack

Answering audience questions about whether the big three frameworks can adopt a compiler approach, the future of Svelte, and the trend towards full-stack development.

Related jobs
Jobs that call for the skills explored in this talk.

Featured Partners

Related Articles

View all articles
BR
Benjamin Ruschin
The HTML Elements That You’re Probably Over-Engineering
As frameworks have become more and more commonplace in the world of web development, so too has the over-engineering of features made possible by our humble old friend, HTML. The mental models that come with using state management in React, Vue and o...
The HTML Elements That You’re Probably Over-Engineering
LM
Luis Minvielle
The Best 7 Frontend Frameworks for Developers in 2025
Which frontend frameworks should developers focus on in 2025? We’re listing them for you and showing advantages and drawbacks. You’ll notice we included some libraries as well, because you can’t miss those in 2025.What is the best front end framework...
The Best 7 Frontend Frameworks for Developers in 2025
DC
Daniel Cranney
Exploring TypeScript: Benefits for Large-Scale JavaScript Projects
JavaScript is the backbone of web development, powering everything from small websites to large-scale enterprise applications. However, as projects grow in complexity, maintaining JavaScript code can become increasingly difficult. This is where TypeS...
Exploring TypeScript: Benefits for Large-Scale JavaScript Projects
S
SciChart
The Fastest JavaScript Charts - Built for React and Beyond
For most developers, browser charting works fine — until it doesn’t. Once you push beyond tens of thousands of points, add live streaming, or need advanced interactions, the story changes: frame drops, frozen dashboards, memory issues. That’s where S...
The Fastest JavaScript Charts - Built for React and Beyond

From learning to earning

Jobs that call for the skills explored in this talk.