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

Admin: @andrey2019
Download Telegram
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
Use Node Version Manager (NVM) with Oh My Zsh

NVM is a popular tool for switching between Node.js versions on your machine, but it’s possible to use it directly from a Oh my Zsh setup, too. - https://catalins.tech/node-version-manager-oh-my-zsh/

#nodejs
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
How to Setup Serverless Framework with AWS and Node.js

Serverless Framework is a long standing toolkit for deploying apps in a serverless/functions-as-a-service fashion to AWS Lambda. This is a basic look at a few stages in the setup process. - https://implementing.substack.com/p/how-to-setup-serverless-framework

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