Overview
Performance is critical. Yet it often feels like developers are forced to choose between powerful JavaScript frameworks with significant performance drawbacks or high-performance apps that require a huge amount of custom coding. For the average developer, this can be overwhelming. We operate with time and budget constraints. “I want to care about performance, but where do I start? How do I prioritize it?”
This talk will overview the performance challenges of building in the modern web landscape, current approaches to tackling those challenges, and how we can lower the barrier to entry to make these techniques more accessible.
Objective
To familiarize with the challenge and solutions landscape of building for performance on the modern web.
Target Audience
Front-end developers and teams
Assumed Audience Knowledge
Front-end development fundamentals
Five Things Audience Members Will Learn
- Performance challenges and considerations when building in a JavaScript-heavy ecosystem
- Strategies for building high-performance static web apps
- Static assets do not mean a static app
- How to leverage existing tools to capitalize on the collective knowledge of the open source community
- How user experience can benefit from a smooth developer experience