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
Speeding Up Your Sass Compilation in Vite and Webpack

James Stuckey Weber shares a guide on speeding up your Sass compilation in Vite and Webpack. - https://www.oddbird.net/2024/08/14/sass-compiler

#css #sass
Multithreaded Programming in Node.js using Atomics

Worker threads enable you to write multi-threaded Node apps, but sharing resources across them can quickly become tricky. Atomics can help you avoid some of the pain. - https://pavel-romanov.com/multithreading-in-nodejs-using-atomics-for-safe-shared-memory-operations

#nodejs
Nuxt build vs Nuxt Generate what is the difference?

This article offers a brief info on the Nuxt commands for deploying your Nuxt app and the differences between them. - https://dev.to/leamsigc/nuxt-build-vs-nuxt-generate-what-is-the-difference-759

#vue
21 Talks from Chain React 2024

Chain React was a React Native conference that took place last month in Portland, Oregon. Catch up with what went on in this playlist, including building React Native apps for TVs, how to optimize React Native performance, or Jack Herrington showing off how to build a local-first semantic search system inside a React Native app. - https://www.youtube.com/playlist?list=PLE7tQUdRKcyb81ybEVsrk6PfxXu7pJs1i#chainreact2024

#react
Revuelution: Using GSAP with Nuxt3

Nuxt offers a set of powerful built-in tools for handling data fetching. This article examines the different methods Nuxt provides us for data fetching. - https://ninja-army.hashnode.dev/revuelution-using-gsap-with-nuxt3

#vue
setImmediate() vs setTimeout()

setImmediate is considered deprecated in the browser space, but its different behavior still has a role to play in Node. - https://www.trevorlasn.com/blog/setimmediate-vs-settimeout-in-javascript

#nodejs
Using shallowRef in Vue to improve performance

shallowRef is a great utility in Vue.js that could help improve performance of your website if you are dealing with huge data structures like nested objects or arrays. - https://dev.to/jacobandrewsky/using-shallowref-in-vue-to-improve-performance-559f

#vue
Why Build-Time Components Are a Leap Forward for Content Sites

Zeno Rocha, of Resend, says that “this is simply the best explanation of how to compile Markdown in React apps.” High praise indeed. - https://codehike.org/blog/build-time-components

#react
The Article Element

Heydon Pickering explains everything you need to know about the HTML article element. - https://heydonworks.com/article/the-article-element

#css