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
Mostrar más📈 Análisis del canal de Telegram Front End World
El canal Front End World (@front_end_first) en el segmento lingüístico de Inglés es un actor destacado. Actualmente la comunidad reúne a 25 969 suscriptores, ocupando la posición 4 998 en la categoría Tecnologías y Aplicaciones y el puesto 24 955 en la región Rusia.
📊 Métricas de audiencia y dinámica
Desde su creación el невідомо, el proyecto ha mostrado un crecimiento acelerado, reuniendo a 25 969 suscriptores.
Según los últimos datos del 15 septiembre, 2026, el canal mantiene una actividad estable. En los últimos 30 días la variación de miembros fue de -168, y en las últimas 24 horas de -5, conservando un alto alcance.
- Estado de verificación: No verificado
- Tasa de interacción (ER): El promedio de interacción de la audiencia es 3.67%. Durante las primeras 24 horas tras publicar, el contenido suele obtener 1.56% de reacciones respecto al total de suscriptores.
- Alcance de las publicaciones: Cada publicación recibe en promedio 954 visualizaciones. En el primer día suele acumular 406 visualizaciones.
- Reacciones e interacción: La audiencia responde de forma activa: el promedio de reacciones por publicación es 1.
- Intereses temáticos: El contenido se centra en temas clave como css, javascript, dev, typescript, async.
📝 Descripción y política de contenido
El autor describe el recurso como un espacio para expresar opiniones subjetivas:
“New articles about Front End development.
JS, CSS, React, Vue, Angular and others!
Russian tech blog: @five_a_m
Admin: @jem_jem”
Gracias a la alta frecuencia de actualizaciones (últimos datos recibidos el 16 septiembre, 2026), el canal mantiene la vigencia y un amplio alcance. La analítica demuestra que la audiencia interactúa activamente con el contenido, lo que lo convierte en un punto de referencia dentro de la categoría Tecnologías y Aplicaciones.
Carga de datos en curso...
| Fecha | Crecimiento de Suscriptores | Menciones | Canales | |
| 16 septiembre | +7 | |||
| 15 septiembre | 0 | |||
| 14 septiembre | 0 | |||
| 13 septiembre | +2 | |||
| 12 septiembre | +6 | |||
| 11 septiembre | 0 | |||
| 10 septiembre | 0 | |||
| 09 septiembre | 0 | |||
| 08 septiembre | 0 | |||
| 07 septiembre | 0 | |||
| 06 septiembre | 0 | |||
| 05 septiembre | +2 | |||
| 04 septiembre | 0 | |||
| 03 septiembre | 0 | |||
| 02 septiembre | +3 | |||
| 01 septiembre | 0 |
| 2 | 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/ | 173 |
| 3 | 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/ | 379 |
| 4 | 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 | 449 |
| 5 | 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/ | 540 |
| 6 | 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/ | 577 |
| 7 | 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/ | 579 |
| 8 | 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/ | 627 |
| 9 | 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/ | 677 |
| 10 | 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 | 738 |
| 11 | Vitest 5.0 is out!
Vitest 5.0 Release Announcement
https://vitest.dev/blog/vitest-5.html | 746 |
| 12 | React Now Rusted All The Way Out
https://blog.master.dev/react-now-rusted-all-the-way-out/ | 825 |
| 13 | 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/ | 826 |
| 14 | Fixing Top-Level Await in Safari
https://webkit.org/blog/18227/fixing-top-level-await-in-safari/ | 753 |
| 15 | 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 | 795 |
| 16 | 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 | 788 |
| 17 | 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/ | 751 |
| 18 | Feature Detecting “Undetectable” CSS Features with @supports named-feature()
In CSS you can feature detect support for things like selectors, properties + values, and at-rules using @supports. But how do you feature detect a change to an underlying implementation, or two existing properties suddenly working together? Enter @supports named-feature(), a function designed to expose these specific capabilities without relying on hacky workarounds.
https://www.bram.us/2026/08/27/feature-detecting-undetectable-css-features-with-supports-named-feature/ | 805 |
| 19 | Creating Web Widgets Using the Document Picture-in-Picture API
The general idea is that we create a Document Picture-in-Picture window (DPIP window), and then we put HTML, CSS, and JavaScript into it.
https://css-tricks.com/creating-web-widgets-using-the-document-picture-in-picture-api/ | 767 |
| 20 | Your React app doesn’t need all that JavaScript
Reduce React complexity using native browser features: :has() for dark mode, for accordions, the Popover API, scroll-snap carousels, and CSS animations.
https://blog.logrocket.com/your-react-app-doesnt-need-javascript/ | 804 |
