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

Admin: @andrey2019
Download Telegram
How we tackled our major front-end migration to Nuxt 3

At funda, migrating from Nuxt 2 to Nuxt 3 was a major project last year.
A frontend engineer talks about some challenges of this migration. - https://blog.funda.nl/migrating-our-frontend-to-nuxt-3/

#vue
Building Recursive components in Vue

Jakub explains how he built a Vue component that would be able to display a nested node tree.
The exact nesting number is unknown, so it had to work recursively. - https://dev.to/jacobandrewsky/building-recursive-components-in-vue-46cc

#vue
Unpic 1.0: A Toolkit for Displaying Images on the Web

A family of components and libraries for working with images on the Web, whether it’s through components for many different frameworks or working with images hosted on many different providers and CDNs. - https://unpic.pics/blog/unpic-1/

#react
How To Speed Up Your Vue App With Server Side Rendering

Vue is a framework built for client-side applications.
Learn how to optimize page load performance with server side rendering. - https://www.debugbear.com/blog/vue-ssr

#vue
React Query - The Bad Parts Tradeoffs?

Dominik caps off a fantastic series of posts digging into React Query (and spanning years) with an annotated set of slides from a recent talk digging into frequent criticisms about the project. If you're a React Query user, you might learn a few things here. - https://tkdodo.eu/blog/react-query-the-bad-parts

#react
Dynamic Focus Zoom Effect with CSS @property

Jo Mändle explains how to create a dynamic focus zoom effect using CSS custom properties and a radial-gradient mask. - https://www.jomaendle.com/blog/focus-zoom-at-property

#css