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
Material UI v6: The Popular React UI Design/Component System

At almost exactly ten years old, the MUI design system has its latest major release. The enhancements are more evolutionary than revolutionary though, with a focus on improved theming, color scheme management, container query support, and React 19 support. - https://mui.com/blog/material-ui-v6-is-out/

#react
Sharing composable state in Vue apps

This is an article explores sharing composable state in Vue apps and also discusses using composables and script setup to manage global state in Vue 3 applications. - https://dev.to/jacobandrewsky/sharing-composable-state-in-vue-apps-41l1

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