(no title)
gnalck | 5 years ago
HTML + JQuery, which the hydration approach is compared with, is not used for performance reasons per se. It's used because its easier to reason about and the incremental interactivity that something like JQuery brings to HTML is better than writing your entire frontend in React for something as simple as a blog, for example.
leeoniya|5 years ago
FWIW, the linked site is built with a 300 line custom build script, Rollup, Buble & Terser - even the dev dependencies are extremely minimal. no, it doesnt have the latest HMR hotness, so the DX could be a bit better if i wanted more bloat.
manigandham|5 years ago
searchableguy|5 years ago
leeoniya|5 years ago
it's like 1/10th the size, api-compatible and well-architectured.