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

Admin: @andrey2019
Download Telegram
Enhancing The New York Times' Web Performance with React 18

Late last year, the team at The New York Times set out to take full advantage of React 18 on its flagship news site. This is an interesting case study looking at the challenges faced in upgrading and the significant benefits they managed to take advantage of. - https://open.nytimes.com/enhancing-the-new-york-times-web-performance-with-react-18-d6f91a7c5af8

#react
Hi all
Dear friends help me to boost the channel to unlock additional features.

https://tttttt.me/boost/fedevelopment
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
Node.js is Here to Stay

Deno.. Bun.. has Node’s popularity started to wane? No, says Matteo Collina, who shows us the receipts confirming Node’s continued dominance of the server-side JavaScript space, including how Node continues to be downloaded some 130 million times per month. He also touches on some of the recent additions to the runtime. - https://blog.platformatic.dev/nodejs-is-here-to-stay

#nodejs
Destructuring Vue.js props: The Reactivity Challenge

Destructuring objects is a prevalent practice in JavaScript, aimed at making your code cleaner by extracting specific properties. However, in Vue.js, this practice can unintentionally disrupt reactivity. This article will delve into this shortfall and suggest some solutions. - https://dev.to/richardevcom/destructuring-vuejs-props-the-reactivity-challenge-5h1i

#vue
A Look at JavaScript's New Set Methods

Available in Node 22+, Chrome/Edge 122+, Firefox 127+ and Safari 17+, finding the intersection, union, and difference between sets, amongst other set-related things, is a piece of cake. - https://developer.mozilla.org/en-US/blog/javascript-set-methods/

#nodejs
Global State Management with Pinia In Nuxt 3

Pinia is the officially recommended state management solution for Vue.js. Nuxt 3 is the awesome meta framework built on top of Vue that includes out of the box support for SSR and a huge number of time-saving conventions. In this article, let’s take a look at how and why to use them together. - https://vueschool.io/articles/vuejs-tutorials/global-state-management-with-pinia-in-nuxt-3/

#vue