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

Admin: @andrey2019
Download Telegram
Node.js Configurations Masterclass

Well-known Node developer and TSC member Matteo looks at the phenomenon of so much Node code depending on the value of environment variables (and NODE_ENV, in particular, which affects the behavior of many modules) and the role that secret management can play in building robust, secure apps. - https://www.youtube.com/watch?v=kVnh_tNYqxk

#nodejs
👍3
How to use Chrome’s accessibility tree

Whitney Lewis shares how Chrome’s accessibility tree can help you debug issues and quickly check custom widgets for accessibility. - https://blog.pope.tech/2023/11/27/how-to-use-chromes-accessibility-tree

#devtools
👍2
Vue.js Memory Leak Identification And Solution

There is no doubt that Vue.js is a popular and powerful JavaScript framework that allows us to build dynamic and interactive web applications. However, like any software, Vue.js applications can sometimes experience memory leaks that can lead to performance degradation and unexpected behavior. This article will dive into the causes of memory leaks in Vue.js applications and explore effective strategies to identify and fix them. - https://blog.jobins.jp/vuejs-memory-leak-identification-and-solution

#vue
👍8
Maglev: A Serious Look at V8’s Fastest Optimizing JIT

A deep dive into how the V8 JavaScript engine (as used in Node) is getting faster thanks to work on its Maglev JIT compiler which sits in between the existing Sparkplug and TurboFan compilers - https://v8.dev/blog/maglev

#nodejs
👍5
Building Reusable Components that are ACTUALLY Reusable with Vue.js

When we talk or discuss about creating UI components in Vue.js, reusability is often brought up. In this article, explore the concept of reusable components, the problems faced when applying them, and why it is essential to overcome these problems. - https://medium.com/@tanbamrung.w/building-vue-js-components-that-are-actually-reusable-ca07b3701cb4

#vue
👍4
CSS animation-composition

Tyler Gaw shows how to use the CSS animation-composition property for advanced control over how values are applied during keyframe animations. - https://12daysofweb.dev/2023/animation-composition

#css
👍4🔥1
React Panel: Frontend Should Embrace React Server Components

A panel of developers from Meta, Vercel, Redwood, and others, discussed React server components and server actions in relation to the traditional SPA model and whether Next.js is the only path to adoption. - https://thenewstack.io/react-panel-frontend-should-embrace-react-server-components/

#react
👍32
Three modern CSS properties your website must have

Mojtaba Seyedi outlines some newish CSS features that can help you improve your user interface. - https://bejamas.io/blog/modern-css-properties-your-website-must-have

#css
👍4🔥4👏1
Hand-shek with PouchDB & Vue3: Step-by-Step Guide

Are you considering building a web app that can work without an internet connection, using Vue.js? This blogpost will walk through the process of connecting Vue 3 with PouchDB — a powerful and user-friendly database that doesn’t need the internet to function. - https://medium.com/@khanusama20/hand-shek-with-pouchdb-vue3-step-by-step-guide-87b93e5c5f65

#vue
👍32