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

Admin: @andrey2019
Download Telegram
How to Use CSS object-fit and object-position

Ralph Mason shows how to use object-fit to fit images into a specific amount of space and how to use object-position to get the positioning within that space just right. (And I also briefly explained how object-fit works in my guide on Advanced Positioning in CSS Grid. - https://www.sitepoint.com/using-css-object-fit-object-position-properties

#css
5 Awesome VueUse Browser Related Composables

This article contains a curated list of Awesome browser related composable. From handling clipboard operations to media controls, this list is sure to provide you with handy VueUse Composables to quickly add browser functionality to your Vue.js apps. - https://vuejsdevelopers.com/2023/06/05/5-awesome-browser-related-vueuse-composables-to-try-out/

#vue
Understanding React Server Components

If you’ve struggled to get your head around the ideas involved with React Server Components, and Dan Abramov’s ‘let’s recreate RSCs from scratch’ went a little too deep, this is a good, high-level explanation of the fundamentals that explains what problems they solve, why you might use them, and how Next.js makes them easier to work with. - https://vercel.com/blog/understanding-react-server-components

#react
The Complexity of Building an Efficient Node Docker Image

It’s possible to get huge reductions in image size and build time, but Samuel feels most of the optimizations are things that should be optimized out of the box. Nonetheless, you may find the details and approach shared here useful. - https://www.specfy.io/blog/1-efficient-dockerfile-nodejs-in-7-steps

#nodejs
Adapting Typography to User Preferences With CSS

Adam Argyle shows a method to adapt a font to your users’ preferences so they’re maximally comfortable reading your content. - https://web.dev/adapting-typography-to-user-preferences-with-css

#css
Everything Mux Learnt Migrating 50K LOC to Server Components

If you prefer real-world experiences to technical explanations and overviews, this is for you. A member of the Mux team goes into their story of adopting React Server Components and preemptively answers some of the questions we all have. - https://www.mux.com/blog/what-are-react-server-components

#react
Migrating from Vue 2 To Vue 3 – New Features

The release of Vue 3 redefines the way we build web applications, offering an abundance of enhancements, optimizations, and tools. In this article, dive headfirst into the exciting world of some of Vue 3's brand-new features! - https://vueschool.io/articles/vuejs-tutorials/migrating-from-vue-2-to-vue-3-new-features/

#vue
Using Supabase Storage for React Native App File Uploads

Learn how to implement authentication and file upload in a React Native app. - https://supabase.com/blog/react-native-storage

#react