FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Implementing a React-a-Like from Scratch

While it's unlikely you'll actually want to do this, at least thinking about it can prove instructive as to what’s going on in React’s engine room. - https://www.rob.directory/blog/react-from-scratch

#react
👍4🔥2
Efficiently Managing Remote Data in Vue with Vue Query

When building modern Vue applications, efficiently managing remote data is crucial for creating responsive and user-friendly interfaces. Vue Query, inspired by React Query, provides powerful hooks for fetching, caching, and synchronizing server state in your Vue applications. In this post, explore three essential hooks: useQuery, useQueryClient, and useMutation, and how they can transform your data management approach. - https://dev.to/alimetehrani/efficiently-managing-remote-data-in-vue-with-vue-query-192h

#vue
👍41
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
👍5
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
👍3🙏1
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
👍3
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
👍3
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
👍4
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
👍2
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
👍6
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
👍2