Click on tags to remove them from the filter.
While we were all busy reimplementing jQuery and replacing it with more elaborate JavaScript frameworks, plain JavaScript has quietly gained features that mean you can do a lot on a small site without requiring complex frameworks at all.
(Via @timbray on Twitter)
Noted by Damian Cugley .A runtime for TypeScript or JavaScript programs that is positioned as a single-executable alternative to TypeScript + Babel + Node + NPM + ESLint + Prettier + Webpack. Modules are imported from URLs (same system as ES6 modules running in browsers), and asynchronous APIs use promises rather than those old-fashioned callbacks (so not a drop-in replacement for Node). Implemented in Rust, and aiming to be secure-by-default by restricting access to files and networks unless explicitly allowed.
Hooks are a new addition in React 16.8. They let you use state and other React features without writing a class.