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

Admin: @andrey2019
Download Telegram
Best Vue developer tools for 2024

Unlike monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. This article explores Vue’s ecosystem, some of it tools and libraries and how these tools make Vue a power house in creating sophisticated single-page applications (SPAs). - https://medium.com/simform-engineering/best-vue-developer-tools-for-2024-591d931b9666

#vue
What's New in Express.js 5.0

We mentioned Express 5.0 and some of its new features recently, but here's a deeper look at what it has to offer. The updates are largely incremental, but set the stage for Express’s future. A few breaking changes necessitate the major version bump. - https://www.trevorlasn.com/blog/whats-new-in-express-5

#nodejs
How Infinite Queries Work

Infinite queries are React Query’s way to make “those doom-scrolling pages we all hate so much” as this author describes them. - https://tkdodo.eu/blog/how-infinite-queries-work
React Loading Skeleton: Skeleton Screens that Adapt to Your App

Use the ‘skeleton’ component directly in your components in place of content that is still loading and it’ll adapt to the right size while the real data is on the way. - https://github.com/dvtng/react-loading-skeleton

#react
The simplicity of using Vue's reactivity system outside of Vue

Vue’s reactivity can be imported and used in JS outside of a Vue app, like in Node directly. - https://marchantweb.com/article/the-simplicity-of-using-vue's-reactivity-system-outside-of-vue

#vue
A Comprehensive Guide to Node.js Addons

If you’d rather stick with Node than use Bun’s newest feature to bring C/C++ etc. into JavaScript, writing your own addon remains a dependable approach. - https://mertcan.vercel.app/comprehensive-guide-to-nodejs-addons

#nodejs
Efficiently Managing Remote Data in Vue with Vue Query

Vue Query, inspired by React Query, provides powerful hooks for fetching, caching, and synchronizing server state in your Vue applications. - https://dev.to/alimetehrani/efficiently-managing-remote-data-in-vue-with-vue-query-192h

#vue
Can You Convert a Video to Pure CSS?

David G. embarked on a fascinating experiment to figure out if it’s possible to play a video as pure CSS. - https://dgerrells.com/blog/can-you-convert-a-video-to-pure-css

#css
Live Types in a TypeScript Monorepo

Several strategies to make a TypeScript monorepo feel more “alive” in the sense of the propagation of changes. - https://colinhacks.com/essays/live-types-typescript-monorepo

#typescript
SPA Lazy Loading Pitfalls

A concise set of recommendations to address common problems with this widely used pattern. - https://reacttraining.com/blog/spa-lazy-loading-pitfalls

#react