Dropbox, SPAs, WASM
It’s just articles this week, a story from Dropbox, about streaming HTML and a gentle introduction to WebAssembly
Article: jQuery to React at Dropbox
How Dropbox rewrote HelloSign, their web-based eSignature solution from jQuery to React
Article: Your Single-Page App Is Now A Polyfill
A novel way for building performant server rendered apps. This article is a nice read on streaming HTML using the ReadableStream
interface.
Article: A Complete Introduction to WebAssembly and Its JavaScript API
A really nice article that explains you all you need to know about WebAssembly to get started. It is an interesting read, demystifies quite a few concepts.