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

Admin: @andrey2019
Download Telegram
React Still Feels.. Foolish, and No One is Talking About It?

We wouldn’t normally feature such a provocative piece, but the React blogosphere has been very slow this week and the discussions around this article have been substantial enough that we’re giving it a chance. Mario illuminates some pain points around complexity in modern, rich SPA apps and how the flexibility of libraries like React can quickly lead to a convoluted mess if you’re not careful. Ultimately, though, this is not a problem exclusive to React! - https://mbrizic.com/blog/react-is-insane/

#react
👍2🤡21
Vercel Ship 2025 Recap

Vercel’s annual conference was taking place live as we sent React Status last week. We linked to the livestream, but now you can catch up with all the announcements in one place, including updates on their AI SDK, Fluid compute options, Vercel Sandbox, Rolling Releases feature, bot detection, and more. - https://vercel.com/blog/vercel-ship-2025-recap

#react
1👍1
Teaching Next.js Route Handlers to GitHub Copilot

Ever tried getting Copilot to write a Next.js app using modern App Router features? Turns out, it struggles badly. This guide describes how you can fix that by providing the right context - https://www.ericburel.tech/blog/teaching-nextjs-to-github-copilot

#react
👍1
How to Create Kinetic Image Animations with React Three Fiber

A fantastic visual effect for the Web (which can try live here) that’s explained in technical detail. It’s amazing what React Three Fiber can do and might inspire you to have a play for yourself.. - https://tympanus.net/codrops/2025/07/09/how-to-create-kinetic-image-animations-with-react-three-fiber/

#react
1👍1
What Every React Developer Should Know About Signals

Ryan, the creator of SolidJS, put eight hours into making this ten minute video which is a good look at the state of signals in modern JavaScript code and compares them to React’s approach. - https://www.youtube.com/watch?v=VgGl9i-OBBI

#react
👍2
Server-Side Support for MCP in Next.js

Enable your users to securely grant AI applications like Claude, Cursor, and others access to their data within your app. - https://clerk.com/changelog/2025-06-25-mcp-server-nextjs

#react
👍21
The History of React Through Code

An epic attempt charting React’s evolution from its origins at Facebook to what we know and use today. It sheds light on React’s core philosophies, the motivations behind major API and feature decisions, and how it solved real problems developers were facing. This will round out your thinking about React if you weren’t using it from the earliest days. - https://playfulprogramming.com/posts/react-history-through-code

#react
1👍1
SSR Deep Dive for React Developers

A comprehensive guide to SSR, hydration, and SSG in React. Covers the pros, cons, and costs of server-side rendering, with practical challenges to test your knowledge - https://www.developerway.com/posts/ssr-deep-dive-for-react-developers

#react
1👍1
RFC: Deployment Adapters API

Big News: Vercel is making standalone Next.js deployments way easier with a new deployment adapters API. This will give other hosting platforms like Cloudflare, Netlify, or even your own server a consistent way to work with Next.js. Vercel will use the same interface for deployments on their infrastructure. It’s still in the RFC stage, but I’ll keep you posted as things evolve. - https://github.com/vercel/next.js/discussions/77740

#react
👍5🔥2
How The New York Times Migrated from Enzyme to React Testing Library

A thorough look at the technical challenges and strategies the NYT used to perform a piecemeal upgrade of its React testing approach without disrupting either end users or other developers. - https://open.nytimes.com/how-the-new-york-times-systematically-migrated-from-enzyme-into-react-testing-library-b3ea538d001c

#react
1👍1
React.memo Demystified: When It Helps and When It Hurts

Memoization in React can be tricky. This post explains how React.memo, useMemo, and useCallback work, when they’re useful, and when they’re just making things harder. - https://cekrem.github.io/posts/react-memo-when-it-helps-when-it-hurts/

#react
5
RIP Styled-Components. Now What?

Styled-components are officially in maintenance mode. React’s API changes and the rise of tools like Tailwind CSS and Vanilla Extract have made it obsolete. If you’re still holding on, this post has a list of alternatives to help you move on. - https://fadamakis.com/rip-styled-components-now-what-a8717df86e86

#react
👍3😢2😁1
Figma MCP vs Claude: A UI Building Battle

Jack has a basic app view built in Figma and wants to turn it into working React code. What works best? Taking a screenshot and getting Claude Code to attempt to implement it, or use Figma’s own MCP server to do the work? - https://www.youtube.com/watch?v=uGp5kTPWaqY

#react
2👍2