Front End World
New articles about Front End development. JS, CSS, React, Vue, Angular and others! Russian tech blog: @five_a_m Admin: @jem_jem
Show moreš Analytical overview of Telegram channel Front End World
Channel Front End World (@front_end_first) in the English language segment is an active participant. Currently, the community unites 25 959 subscribers, ranking 4 995 in the Technologies & Applications category and 24 949 in the Russia region.
š Audience metrics and dynamics
Since its creation on Š½ŠµŠ²ŃŠ“омо, the project has demonstrated rapid growth, gathering an audience of 25 959 subscribers.
According to the latest data from 16 September, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -172 over the last 30 days and by -8 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 3.69%. Within the first 24 hours after publication, content typically collects 1.58% reactions from the total number of subscribers.
- Post reach: On average, each post receives 959 views. Within the first day, a publication typically gains 409 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 1.
- Thematic interests: Content is focused on key topics such as css, javascript, dev, typescript, async.
š Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
āNew articles about Front End development.
JS, CSS, React, Vue, Angular and others!
Russian tech blog: @five_a_m
Admin: @jem_jemā
Thanks to the high frequency of updates (latest data received on 17 September, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.
Data loading in progress...
| Date | Subscriber Growth | Mentions | Channels | |
| 17 September | +4 | |||
| 16 September | +7 | |||
| 15 September | 0 | |||
| 14 September | 0 | |||
| 13 September | +2 | |||
| 12 September | +6 | |||
| 11 September | 0 | |||
| 10 September | 0 | |||
| 09 September | 0 | |||
| 08 September | 0 | |||
| 07 September | 0 | |||
| 06 September | 0 | |||
| 05 September | +2 | |||
| 04 September | 0 | |||
| 03 September | 0 | |||
| 02 September | +3 | |||
| 01 September | 0 |
| 2 | Your React app unmounts when a reader turns on Chrome translate
What a browser translator does to a React-owned text node, measured across five engines, including the conclusion I published wrong.
https://dev.to/davlat_aliev_392c20ec5c92/your-react-app-unmounts-when-a-reader-turns-on-chrome-translate-2hn3 | 274 |
| 3 | Animating CSS Grid Layouts with CSS Anchor Positioning
At CSS Day (back in June), someone asked me how Brave (the browser) might have built their New Tab Page which features some tiles laid out in a grid. While the grid is nothing spectacular, something special happens with it when you resize the viewport: as the available space changes, the grid nicely reorganizes itself in an animated way. The animations are also interruptible, so no View Transitions seem to be at play.So, how did they do it? Iām not sure. But if I were to recreate it, Iād use CSS Anchor Positioning with regular CSS Transitions on top.
https://www.bram.us/2026/09/07/animating-css-grid-layouts-with-css-anchor-positioning/ | 413 |
| 4 | React 19.3
The library for web and native user interfaces
https://react.dev/blog/2026/09/09/react-19-3 | 458 |
| 5 | Turning Names Into Digital Architecture with Three.js
For the Three.js Conference in Paris, BL/SĀ® created an interactive experiment that transforms your name into a dynamic 3D structure.
https://tympanus.net/codrops/2026/09/09/turning-names-into-digital-architecture-with-three-js/ | 484 |
| 6 | Letās Use the Emergent CSS random() Function in all the Browsers
The journey to create a polyfill for the upcoming CSS random() function that works in all browsers.
https://css-tricks.com/css-random-function-polyfill/ | 576 |
| 7 | thank u, next: Replacing Next.js with a vibe-coded āframeworkā
Replacing Next.js with a vibe-coded "framework"
https://maxleiter.com/blog/thank-u-next | 603 |
| 8 | Building a Real-Time 3D Face Mask with MediaPipe, Threlte and Three.js
Learn how MediaPipeās face landmarks, Googleās canonical face model, and Three.js come together to create a real-time textured 3D face mask.
https://tympanus.net/codrops/2026/09/06/building-a-real-time-3d-face-mask-with-mediapipe-threlte-and-three-js/ | 654 |
| 9 | What happens when Bun runs a TypeScript file
Follow bun run app.ts through CLI dispatch, module resolution, TypeScript transpilation, JavaScriptCore, Node compatibility, and the event loop.
https://flaviocopes.com/what-happens-when-bun-runs-typescript/ | 649 |
| 10 | From Rays to Meshes: Building Vercelās Prism with vgpu
A look at how Vercelās vgpu creates a performant prism effect using shaders, geometry, glass, and adaptive rendering.
https://tympanus.net/codrops/2026/09/03/from-rays-to-meshes-building-vercels-prism-with-vgpu/ | 645 |
| 11 | I tested 5 AI tools for refactoring CSS: Hereās what I learned
Tested ChatGPT, Claude, Copilot, Cursor, and Gemini across 7 tricky CSS traps. Discover which AI assistant refactors stylesheets without breaking UI.
https://blog.logrocket.com/ai-tool-refactor-css/ | 701 |
| 12 | Bend, Aim, Fling: Turning the Eiffel Tower into a Catapult with Three.js
A playful Three.js experiment that turns the Eiffel Tower into a catapult, combining interactive physics with real-world 3D data from Cesium ion to launch yourself across Paris toward the Three.js conference.
https://tympanus.net/codrops/2026/09/01/bend-aim-fling-turning-the-eiffel-tower-into-a-catapult-with-three-js/ | 758 |
| 13 | CSS is Still Awesome
Every so often it just hits me how amazing CSS continues to be.
https://jasonsantamaria.com/blog/css-is-still-awesome | 811 |
| 14 | Vitest 5.0 is out! ā
Vitest 5.0 Release Announcement
https://vitest.dev/blog/vitest-5.html | 795 |
| 15 | React Now Rusted All The Way Out
https://blog.master.dev/react-now-rusted-all-the-way-out/ | 887 |
| 16 | On animating what you canāt see
When an animation bug survives every timing tweak, record it frame by frame and check which layer actually owns the view.
https://karlkoch.me/writing/on-animating-what-you-cant-see/ | 890 |
| 17 | Fixing Top-Level Await in Safari
https://webkit.org/blog/18227/fixing-top-level-await-in-safari/ | 830 |
| 18 | Testing Googleās āmodern-web-guidanceā skill against a real React app
A test of the modern-web-guidance skill against a real React app, to see whether it actually catches stale frontend patterns and surfaces current best practices.
https://alfy.blog/2026/07/25/modern-web-guidance.html | 856 |
| 19 | CSS Centering: Grid vs. Flexbox vs. Anchor Positioning
Learn how to choose between CSS Grid, Flexbox, and Anchor Positioning to build responsive, accessible layouts that stay centered when content and viewport sizes change.
https://www.syncfusion.com/blogs/post/css-centering-position-guide?via=dailydev | 822 |
| 20 | Introducing <hic-pageflip>: A Pageflip/Flipbook Custom Element powered by HTML-in-Canvas
Way back in 2005, I used a Flash PageFlip component to display a book on a website. Ever since, recreating a modern version has been on my backlog to investigate. With the arrival of the experimental HTML-in-Canvas API, we can finally bring it back ā this time displaying real HTML.
https://www.bram.us/2026/09/02/html-in-canvas-pageflip/ | 782 |
