FrontEnd Development
28.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
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
👍7
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
👍61
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
👍31
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
👍5
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
👍3
The New @font-Face Syntax

Oliver Williams outlines how the new @font-face syntax works. - https://fullystacked.net/posts/new-font-face-syntax

#css
👍5
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
👍8
How To Deal With Big Tooling Upgrades In Large Organizations

The process of upgrading large third-party packages in equally large organizations is rarely, if ever, as easy as running an npm update and calling it a day in this context. Joran Quinten shares valuable lessons from his team’s experiences in upgrading third-party code that affects codebases across the entire organization. - https://www.smashingmagazine.com/2023/05/big-tooling-upgrades-large-organizations/

#vue
👍31