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

Admin: @andrey2019
Download Telegram
Prop Drilling and Component Composition

A visual demonstration of how a little restructuring can help you avoid prop drilling (or at least tidy it up). This is from 2023, but we overlooked it at the time. - https://alexsidorenko.com/blog/react-prop-drilling-composition/

#react
👍4
How to Stream Files from Next.js Route Handlers

“Despite being Next.js specific, it goes over the philosophical difference between Node.js specific API routes, and runtime-agnostic route handlers, which I think could be interesting to a broader audience of backend JS developers.” - https://www.ericburel.tech/blog/nextjs-stream-files

#nodejs
👍2
Vue.js Directives: A Beginner’s Guide

In this article, we will take a deep look at Vue.js directives and their use cases and explore the possibilities of including our very own directives. - https://vueschool.io/articles/vuejs-tutorials/vue-js-directives-a-beginners-guide/

#vue
👍4
Updating Public Next.js Environment Variables Without Rebuilds

A practical approach to updating public environment variables without rebuilding your app. - https://phase.dev/blog/nextjs-public-runtime-variables/

#react
👍21
Highlight Text When a User Scrolls Down to That Piece of Text

Chris Coyier shows how to highlight a line of text once you scroll to it using only CSS.  - https://frontendmasters.com/blog/highlight-text-when-a-user-scrolls-down-to-that-piece-of-text

#css
👍4
Why Signals Are Better Than React Hooks

When Preact’s Marvin Hagemeister pops up in the comments saying “this is by far the best video about signals and why they are so exciting. I love the way you demonstrate it by coding along and moving an app over to signals,” it should bump a video up to the top of the Watch Later playlist. - https://www.youtube.com/watch?v=SO8lBVWF2Y8

#react
👍4
A Next.js App Router Migration: The Good, Bad, and Ugly

A team rebuilt their main dashboard from scratch using a modern Next.js approach and here’s some of what they encountered, good and bad, before concluding that they wish they’d considered Remix instead. - https://www.flightcontrol.dev/blog/nextjs-app-router-migration-the-good-bad-and-ugly

#react
👍4🔥1
Create an animated Vue 3 component when scrolling into view

These days animation is used a lot in websites, especially animations that appear when you scroll an element into. view. In this article, the author explore some 2 techniques to achieving this in Vue.js. - https://michael-verschoof.medium.com/create-an-animated-vue-3-component-when-scrolling-into-view-f8e793e221c8

#vue
👍4