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

Admin: @andrey2019
Download Telegram
A New Chapter for Express.js

2024 saw the still-extremely-popular Express project awaken from a slumber, of sorts, with work being made to update things to modern standards, a security audit, and the release of Express v5. Here, the team explains what’s been going on behind the scenes to get Express back on the tracks, as well as a “bold vision for 2025.” - https://expressjs.com/2025/01/09/rewind-2024-triumphs-and-2025-vision.html

#nodejs
👍5
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