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

Admin: @andrey2019
Download Telegram
New URLPattern API Brings Improved Pattern Matching to Node

The Cloudflare Workers team has implemented the URLPattern API in the Ada URL parser, used by both Node.js and Cloudflare Workers. The API lets you take patterns like /blog/:year/:month/:slug and test whether URLs match against them. If you’re using Node 23.8+, you can start using it today. - https://blog.cloudflare.com/improving-web-standards-urlpattern/

#nodejs
👍2
Next.js 15.2.3 Released Due to Security Vulnerability

This past weekend, a new version of Next.js was released to resolve a serious security vulnerability, which could allow the skipping of middleware (including that used for authentication). Self-hosted Next.js deployments need to be upgraded immediately. - https://socket.dev/blog/next-js-patches-critical-middleware-vulnerability

#react
👍4
How to Prefetch a Vue.js Component

Vue.js offers powerful ways to optimize application performance through component preloading. In this article, explore how to implement component prefetching to enhance your application's user experience and loading times - https://vueschool.io/articles/vuejs-tutorials/how-to-prefetch-a-vue-js-component/

#vue
👍41
Angular Generators

The Angular team constantly introduces new features and tools to make development easier. One of these helpful tools is 'generators.’ These generators automatically update your code to the latest best practices, saving you time and effort. - https://angular.love/angular-generators

#angular
👍3
How to Redirect in Nuxt (Every Single Way)

Discover all the ways to implement redirects in Nuxt with this comprehensive guide. Learn about server-side, universal, and client-side redirects, along with their pros and cons. Check out the full demo app showcasing each method to see practical examples in action. - https://masteringnuxt.com/blog/how-to-redirect-in-nuxt-every-single-way

#vue
👍4🔥2
Building a Backendless Application with Angular & Appwrite

In modern web development, leveraging a backend-as-a-service (BaaS, often referred to as „backendless”) platform like Appwrite allows developers to focus more on crafting the user experience while minimizing backend complexities. This guide demonstrates how to build a backendless application using Angular and Appwrite. - https://angular.love/building-a-backendless-application-with-angular-appwrite

#angular
👍3
Exploring JavaScript Symbols

Symbols were a new ‘quirky little primitive’ (as Trevor puts it) that arrived with ES6 ten years ago, but they continue to be poorly understood. Trevor boils them down really well, including a little side quest into the likely-to-be-deprecated ‘species.’ - https://www.trevorlasn.com/blog/symbols-in-javascript

#javascript
👍3
Stop Using Services! The Importance of Defining Object Responsibilities Precisely

Services are an integral part of Angular applications, but should they be? Why do we call an object a service, and what are the consequences of doing so? In this article, I aim to explore the topic of naming objects, discuss the risks of failing to define their responsibilities precisely, and how to avoid this. - https://angular.love/stop-using-services-the-importance-of-defining-object-responsibilities-precisely

#angular
👍4
The Perfect Guide to Setting Up a New Nuxt Project

Learn how to set up a new Nuxt project with this comprehensive guide, covering best practices, essential tools, and tips for a seamless development experience all in this blogpost. - https://soubiran.dev/posts/the-perfect-guide-to-setting-up-a-new-nuxt-project

#vue
2👍2👏1
Responsive type scales with composable CSS utilities

Tobias Ahlin Bjerrome explains how you can create composable, responsive, and fluid-type scales that smoothly adapt to viewport and container widths using calc(), clamp(), and CSS vars. - https://tobiasahlin.com/blog/responsive-fluid-css-type-scales

#css
👍31
Building a multi-lingual web app with Nuxt 3 and Nuxt i18n

This tutorial will guide you through creating a multi-lingual web application using Nuxt 3 and Nuxt i18n. You will learn to set up Nuxt i18n, configure locales, and implement translations. - https://dev.to/logrocket/building-a-multi-lingual-web-app-with-nuxt-3-and-nuxt-i18n-7f2

#vue
👍3