FrontEnd Development
30.6K subscribers
145 photos
1 video
9.12K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Curved Box Cutouts in CSS

Preethi Sam explores a trick to create the illusion of an element appended to another with a gap and curved edges at the corners, useful for visually demarcating supplementary elements or user controls in a card module. - https://frontendmasters.com/blog/curved-box-cutouts-in-css

#css
👍6
The Mega April React Labs Update

Every once in a while, the React team drops a ‘Labs’ post where they bring us up to speed with some major new features and what the team is working on. Here, we learn about two new features ready to try out today in react@experimental: View Transitions and the <Activity> component. - https://react.dev/blog/2025/04/23/react-labs-view-transitions-activity-and-more

#react
👍51
Vite Ecosystem

One of the strongest points in Vite is the ecosystem around it.
This post takes a look at some of the teams and people in the ecosystem. - https://patak.dev/vite/ecosystem

#vue
👍4
What Does 'use client' Do?

Dan continues his recent stream of insightful posts with a shorter, more practical look at how to think about the use client and use server directives React Server Components introduced and how they let you elegantly structure a client/server app as “a single program spanning two environments” – a concept that Dan thinks could easily outlive React and be useful elsewhere too. - https://overreacted.io/what-does-use-client-do/

#react
👍41🥱1
Polishing Your Typography With Line Height Units

Jen Simmons explains how to use line-height units when setting paragraph margins — creating vertical rhythm in your text. - https://webkit.org/blog/16831/line-height-units

#css
👍3
Fastify + React – 7x Faster than Next.js?

Node’s Fastify framework has a mature plugin for Vite integration (explained in detail here), including @fastify/react which just hit version 1.0 and makes it easy to create fast, featureful React apps atop Fastify. - https://hire.jonasgalvez.com.br/2025/apr/9/fastify-speed/

#nodejs
👍4
Good vs Great Animations

Emil Kowalski shares a collection of practical tips to help you create better animations. - https://emilkowal.ski/ui/good-vs-great-animations

#css
👍6
Modern E2E Testing for Angular Apps with Playwright

End-to-end testing is no longer just a „nice-to-have” in modern Angular development – it’s a key part of building stable, reliable apps. As projects grow and release cycles speed up, we need more than just unit tests to catch issues. We need to see the app the way users do. - https://angular.love/modern-e2e-testing-for-angular-apps-with-playwright

#angular
👍4
Comparing Tauri and Electron for Building Desktop Apps

Electron is a natural choice for building JS and HTML-powered cross-platform desktop apps but numerous alternatives have appeared like Neutralinojs and the Rust-based Tauri. This post does a good job of quickly showing how Tauri differs and why you might choose it. - https://gethopp.app/blog/tauri-vs-electron

#nodejs
👍2
Out of Order

Donnie D’Amato explains how trying to manipulate the order of things using CSS can often lead to hidden problems you might not notice. - https://blog.damato.design/posts/out-of-order

#css
👍2
React Server Components for Astro Developers

Astro’s ‘island’ architecture and React Server Components share a strikingly similar mental model. Dan compares the two, digs into some of the quirks, and suggests Astro might be a ‘gentler onramp’ to some of RSC’s ideas if you’re struggling with them. - https://overreacted.io/rsc-for-astro-developers/

#react
👍3