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
Node’s New Built-in Support for TypeScript Explained

Node.js v23.6.0 makes Node’s new type-stripping features work by default. Dr. Axel digs into how it works and what the limitations are. A handy primer. - https://2ality.com/2025/01/nodejs-strip-type.html

#nodejs
👍2
How we tackled our major front-end migration to Nuxt 3

At funda, migrating from Nuxt 2 to Nuxt 3 was a major project last year.
A frontend engineer talks about some challenges of this migration. - https://blog.funda.nl/migrating-our-frontend-to-nuxt-3/

#vue
👍2
Building Recursive components in Vue

Jakub explains how he built a Vue component that would be able to display a nested node tree.
The exact nesting number is unknown, so it had to work recursively. - https://dev.to/jacobandrewsky/building-recursive-components-in-vue-46cc

#vue
👍3
Unpic 1.0: A Toolkit for Displaying Images on the Web

A family of components and libraries for working with images on the Web, whether it’s through components for many different frameworks or working with images hosted on many different providers and CDNs. - https://unpic.pics/blog/unpic-1/

#react
2👍1
How To Speed Up Your Vue App With Server Side Rendering

Vue is a framework built for client-side applications.
Learn how to optimize page load performance with server side rendering. - https://www.debugbear.com/blog/vue-ssr

#vue
👍4
Optimizing The Critical Rendering Path

Matt Zeunert outlines the role of the critical rendering path in user experience, and shows how you can shorten this path to display the most important content early. - https://www.debugbear.com/blog/optimizing-the-critical-rendering-path

#css
👍2