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

Admin: @andrey2019
Download Telegram
Ref Callbacks, React 19 and the Compiler

Two years since his first article on callback refs, it turns out, in hindsight, some of the things included in that piece “were not 100% correct”. It’s time to revisit the subject. - https://tkdodo.eu/blog/ref-callbacks-react-19-and-the-compiler

#react
Implementing Prefetching in Vue apps

This is an article about improving performance in Vue apps. It discusses the problem of slow API responses when loading more records. The solution is to use prefetching, which fetches resources before the user needs them. - https://dev.to/jacobandrewsky/implementing-prefetching-in-vue-apps-428

#vue
Balancing Text In CSS

Ahmad Shadeed demonstrates how to make text look more balanced in CSS. - https://ishadeed.com/article/balancing-text-css

#css
Why is Spawning a New Process in Node So Slow?

The developers of the Val Town platform noticed that Node couldn’t spawn more than 40 external processes per second, whereas Deno and Bun could do a lot more.. - https://blog.val.town/blog/node-spawn-performance/

#nodejs
Introducing TanStack Start

Imagine if the folks behind TanStack Router, Query, etc. realized they had all the pieces to create a full-stack React framework: that’s TanStack Start. You get full-document SSR, streaming, server functions, and more, out of the box. - https://frontendmasters.com/blog/introducing-tanstack-start/

#react
The State of Node.js Performance in 2024

A thorough exploration (and benchmark) of recent performance advancements made in Node.js. The enhancements between Node 18 and 20 up to version 22 might surprise you - it’s clear the team has put a lot of work into this area. - https://nodesource.com/blog/State-of-Nodejs-Performance-2024

#nodejs