Web Framework Evolution

Web Accessability

Web Dev - Ryan Carniato

Compiler Frameworks

React Fiber

React Data Fetching

JavaScript Language

JavaScript Design Patterns

JavaScript modules

JavaScript Data Structure and Algorithms

JavaScript Web APIs

Webpack

Webpack Runtime

The runtime, along with the manifest data, is all the code webpack needs to connect your modularized application while it's running in the browser. It contains the loading and resolving logic needed to connect your modules as they interact. This includes connecting modules that have already been loaded into the browser as well as logic to lazy-load the ones that haven't.

Webpack Code Splitting

Webpack HMR

HTTP/2

Isomorphic Rendering