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

Admin: @andrey2019
Download Telegram
A React 19 Cheat Sheet

From Kent C Dodds, of Epic React fame, comes this part cheat sheet, part succinct reminder of some of the new things you can do in React 19, along with (very) brief code examples. - https://www.epicreact.dev/react-19-cheatsheet

#react
👍4
Center Items in First Row with CSS Grid

Ryan Mulligan explains how to stack grid items so that an odd number of items appears horizontally centered in the first row instead of the last. - https://ryanmulligan.dev/blog/grid-stacks

#css
👍3🥰1
Introducing TanStack Router

TanStack Router is a powerful and mature type-safe React router aimed at client-side use (though a full-stack option is beginning to appear with TanStack Start). Adam shows off the essentials with the hope of getting you on board the TanStack train too. - https://frontendmasters.com/blog/introducing-tanstack-router/

#react
👍6
The Nine Node Pillars: Principles for Doing Node Right in the Enterprise

An interesting resource from a group of prolific and productive Node.js contributors. It’s designed to act as a checklist to identify gaps in your current Node development practices, particularly when building larger scale apps. - https://www.platformatichq.com/node-principles

#nodejs
👍4
React Chrono: Dynamic, Interactive Timeline Component

Supports horizontal, vertical, and vertical alternating timelines, complete with keyboard accessibility, support for nested timelines, auto-playing timelines slideshow-style, and more. - https://react-chrono.prabhumurthy.com/

#react
👍4
Introducing TanStack Router

TanStack Router is a powerful and mature type-safe React router aimed at client-side use (though a full-stack option is beginning to appear with TanStack Start). Adam shows off the essentials with the hope of getting you on board the TanStack train too. - https://tanstack.com/blog/tanstack-router-typescript-performance

#react
👍21
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
👍2
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
👍4
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
👍2
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
👍4