Web Unleashed 2022

2022-10-24 00:00:00 2022-10-27 00:00:00 America/Toronto Web Unleashed 2022 Drive your career to the forefront by learning the latest tools, techniques and technologies in front-end web development. Online FITC EDT Online

Presentation


Overview

When building out the front end for an application with strong real-time requirements, there are many considerations.

How do we get initial data? How do we get subsequent updates? What happens if they lose connectivity? Web components provide an excellent model for progressively enhancing initial markup. Workers allow us to move rendering off the main thread.

In this talk, Simon MacDonald will demonstrate and discuss an architecture that scales down to any device with a spotty internet connection while scaling up to a fully realized real-time application.

Five things the audience will learn

  1. A standards-based approach to building web apps
  2. Server-side rendering of web components
  3. Progressively enhancing server-side rendered applications
  4. Rendering in web workers
  5. Functional web app architecture