New articles about Front End development.JS, CSS, React, Vue, Angular and others!Russian tech blog:@five_a_mAdmin:@jem_jem
This channel is part of the discussion
Front End World appears in 16 event pages on TGScopeProgressive Enhancement inside of JavaScript Lately I've had the opportunity to travel by train and coach, during which time I also tend to work. It's really only during these periods that I'm reminded of…
The Absolute State of Management It is by no means the gravest linguistic crime of the React epoch, but 'state management' grates like nails on chalkboard. The most popular tools in this space simply do not manage state, they merely propagate it; React very much included. This…
Stronger with every update: How we’re making Chrome and the web safer in the AI Era Chrome uses Gemini AI to automate vulnerability discovery, triage, and patching, accelerating updates to match modern security risks.
Stop using the localStorage hack to sync browser tabs. BroadcastChannel does it natively. Syncing state across browser tabs with localStorage events is a widely-used trick that requires JSON.stringify, event filtering, and careful cleanup. The Broadcast Channel API delivers…
TypeScript 6.0 Migration Guide: What’s Changed and How to Update
Rust Is Eating JavaScript, v2026 Why is Rust being used to replace parts of the JavaScript web ecosystem like minification (Terser), transpilation (Babel), formatting (Prettier), bundling (webpack), linting (ESLint), and more?