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

Admin: @andrey2019
Download Telegram
A quick introduction to CSS @scope

Bramus Van Damme gives a nice introduction to @scope, a way to scope the reach of your CSS selectors. - https://www.bram.us/2023/08/22/a-quick-introduction-to-css-scope

#css
👍3
Big Suspense Changes in React 19: Explained in Code

Two weeks ago, we featured a story about changes to Suspense in React 19. If you found the story hard to follow, React YouTuber extraordinaire Jack Herrington tackles it with a practical example. - https://www.youtube.com/watch?v=sgnw8dRZa3Q

#react
👍3
linear() Generator

An online generator that will help you convert JavaScript/SVG easing definitions into linear() CSS format. - https://linear-easing-generator.netlify.app/

#tools
👍3
Exploring Nuxt 3 Middleware: A Comprehensive Overview

Nuxt.js Middlewares are custom functions run before rendering a page or group of pages. Checking authentication, modifying the server response, or accessing cookies are some of the most common usages of middleware. This article helps you understand the different types of middleware and how they work in Nuxt 3 - https://figueiredoluiz.medium.com/exploring-nuxt-3-middlewares-a-comprehensive-overview-6c45635cd6e4

#vue
👍3
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
👍3
Create API with Nuxt 3

Nuxt 3 provides the Nitro server where we can write our server-side code. Nitro uses unjs/h3 internally to create server and handle routes. In this article, you will find out how to create an API with the help of Nitro server engine and h3 route handlers. - https://medium.com/@shahriarrahi/create-api-with-nuxt3-adcb7b6a17dd

#vue
👍4
How We Tamed Node.js Event Loop Lag: A Deepdive

Node famously uses very few threads yet can handle a large number of clients performantly, as long as the work associated with each client is ‘small.’ When you get nested loops, as in this story, however, things can go off the rails quickly. Node’s Don’t Block the Event Loop is a great further guide to this topic. - https://trigger.dev/blog/event-loop-lag

#nodejs
👍5
Why Nuxt makes your Vue life better

Vue.js offers so many amazing capabilities for building web application. But did you know that with Nuxt you could have an even better experience of building Vue.js web application. In this article, find out how. - https://vuejsdevelopers.com/2024/04/10/why-nuxt-makes-your-vue-life-better/

#vue
👍21
Profiling Node.js Applications

If you’re dealing with unusual performance issues, profiling your app can determine where the issues are arising. This tutorial offers a sample project to work on and covers profiling in a handful of different ways. - https://betterstack.com/community/guides/scaling-nodejs/profiling-nodejs-applications/

#nodejs
👍3
Naming Variables In CSS

Jonathan Dallas shares some thoughts related to naming CSS Custom Properties. - https://jwdallas.com/posts/nesteddarkmode/

#css
👍3🔥1