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
How To Use Container Queries Now

Philip Walton created a step-by-step guide showing how to use container queries with cross-browser fallbacks. - https://web.dev/blog/how-to-use-container-queries-now

#css
👍2
How to Create an NPM Package in 2024

Sounds simple, but there are a lot of steps involved if you want to follow best practices, introduce useful tools, and get things just right. Matt Pocock walks through the process here, and there’s a 14-minute screencast too, if you’d prefer to watch along. - https://www.totaltypescript.com/how-to-create-an-npm-package

#nodejs
👍5
The Official Redux Essentials Tutorial, Redux

The long standing guide to how to use the popular Redux state container the right way with best practices has undergone a big reworking with TypeScript used throughout, new concepts added, and more coverage of RTK/React Toolkit features. - https://redux.js.org/tutorials/essentials/part-1-overview-concepts

#react
👍3
Video With Alpha Transparency on the Web

Jake Archibald gives a fascinating guide on making video with transparency work on the web. - https://jakearchibald.com/2024/video-with-transparency

#css
👍2
Web Performance Experts Guide to Mastering Interaction to Next Paint

Today we see Interaction to Next Paint take its (rightful) place in the Core Web Vitals, replacing First Input Delay (FID) as the primary metric for measuring website responsiveness and interactivity. This comprehensive guide, which includes insights from 13 web performance specialists, will provide you with the knowledge and practical advice you need to master INP. - https://www.rumvision.com/blog/experts-guide-to-mastering-interaction-to-next-paint/

#performance
👍3
Async and Sync? How useAsyncData does it all

Curious about how Nuxt's useAsyncData and useFetch can operate both synchronously and asynchronously? Discover the intriguing mechanism behind this dual functionality in our latest blog post. Learn how to create functions that adapt to await usage, enhancing your understanding of Nuxt and empowering you to apply these patterns in your own projects. Check out a complete working demo and step-by-step code explanations to master this concept! - https://masteringnuxt.com/blog/async-and-sync-how-useasyncdata-does-it-all

#vue
👍4
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
👍2
7 Node.js Design Patterns Every Developer Should Know

Explore the Facade, Adapter, Singleton, Prototype, Builder, Proxy and Factory for modern software design.
 - https://blog.bitsrc.io/nodejs-design-patterns-must-know-8ef0a73b3339

#nodejs
👍5
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
👍3
Responsive Bar Charts in HTML and CSS

Mathias Schäfer shows how to use HTML and CSS to create charts using declarative layouts and bidirectional positioning without computing positions and preventing overlap manually. - https://9elements.com/blog/responsive-bar-charts-in-html-and-css

#css
👍3