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

Admin: @andrey2019
Download Telegram
The Complete Guide to Building a Vue.js Component Library

In this article the author provides knowledge on how the most popular component libraries are constructed behind the scenes and how to create your own. - https://soubiran.dev/series/the-complete-guide-to-building-a-vue-js-component-library

#vue
👍3🔥1
Web Scraping with Playwright

I’d be surprised if you got away with scraping YouTube like this for long (let’s say Google aren’t big fans of the approach) but the techniques demonstrated are useful more generally too. - https://wanago.io/2025/02/24/web-scraping-playwright/

#nodejs
👍3
Faster Rendering with the content-visibility CSS Property

Umar Hansa gives an overview of the content-visibility CSS property, explains how it works, and when you should use it. - https://www.debugbear.com/blog/content-visibility-api

#css
👍4
Ref vs Reactive in Stores

If you have used the Composition API in Vue 3, you have probably come across the ref and reactive functions. These are used to create reactive data in Vue 3. This article explores using Ref and Reactive in your pinia stores. - https://masteringpinia.com/blog/ref-vs-reactive-in-stores

#vue
👍41
CSS Relative Colors

Ahmad Shadeed created an interactive guide to CSS Relative Colors. - https://ishadeed.com/article/css-relative-colors

#css
👍3
Complete Guide: How to Upgrade to Nuxt 4

Learn how to upgrade from Nuxt 3 to Nuxt 4 with this step-by-step guide. Explore new features, data fetching changes, and migration tips for a smooth transition. - https://masteringnuxt.com/blog/complete-guide-how-to-upgrade-to-nuxt-4#getting-to-know-nuxts-release-cycle

#vue
👍3🤝21
Node Modules Inspector

A tool that runs pnpm inside your browser, “installs” a package, then analyzes its dependencies. This can be useful for analyzing packages you already use, but also for simplifying your own projects - https://node-modules.dev/

#nodejs #tools
👍3
What’s New in Angular 19: Standalone Components, Enhanced Signals, and More

Angular 19 is here, packed with exciting updates that simplify development, enhance performance, and improve functionality. Whether you’re an Angular veteran or just starting, this version has something for everyone. Let’s dive into the key features and see how Angular 19 can transform your development experience. - https://medium.com/@jamsheermoidu/whats-new-in-angular-19-standalone-components-enhanced-signals-and-more-9565d62df64a

#angular
👍3
How The New York Times Migrated from Enzyme to React Testing Library

A thorough look at the technical challenges and strategies the NYT used to perform a piecemeal upgrade of its React testing approach without disrupting either end users or other developers. - https://open.nytimes.com/how-the-new-york-times-systematically-migrated-from-enzyme-into-react-testing-library-b3ea538d001c

#react
👍3