How to set up your https://nextjs.org/docs/app/guides/ai-agents
#ai #nextjs
https://nextjs.org/docs/app/guides/ai-agents
4,180
0
0
Web Development
23 abr 2026, 09:07
📷 Photo
https://github.com/millionco/react-doctor— let coding agents diagnose and fix your React code
Fresh from the creator of React Scan and React Grab, a new tool that scans your codebase and gives you a 0-100 score
#react
https://github.com/millionco/react-doctor
4,320
0
Web Development
23 abr 2026, 09:07
📷 Photo
https://joanleon.dev/en/guia-practica-elemento-img/ element: from the basics to LCP
This article focuses on Web Performance best practices. Optimising image performance does not replace accessibility: attributes like alt are essential and are out of scope for this guide.
#html #optimization
https://joanleon.dev/en/guia-practica-elemento-img/
https://react.dev/blog/2026/02/24/the-react-foundation: A New Home for React Hosted by the Linux Foundation
React, React Native, and JSX are now owned not by Meta, but by an independent foundation hosted by the Linux Foundation.
#react
https://react.dev/blog/2026/02/24/the-react-foundation
4,810
0
Web Development
23 abr 2026, 09:07
🎥 Video
https://github.com/ibrahimcesar/react-lite-youtube-embed
📺 < A private by default, faster and cleaner YouTube embed component for React applications />
#library #package #youbube #react
https://github.com/ibrahimcesar/react-lite-youtube-embed
12,300
0
Web Development
23 abr 2026, 09:07
📷 Photo
https://blog.logrocket.com/react-has-finally-solved-its-biggest-problem-useeffectevent/ its biggest problem: The joys of useEffectEvent
#react
https://blog.logrocket.com/react-has-finally-solved-its-biggest-problem-useeffectevent/
9,820
0
Web Development
23 abr 2026, 09:07
📷 Photo
https://developer.chrome.com/blog/geolocation-html-elementHTML element
#html
https://developer.chrome.com/blog/geolocation-html-element
8,450
0
Web Development
23 abr 2026, 09:07
[poll]
‼️ Critical Security Vulnerability in React Server Pomponents React Server Functions allow a client to call a function on a server. React provides integration points and tools that frameworks and bundlers use to help React code run on both the client and…
10,200
0
0
Web Development
29 mar 2026, 04:55
📷 Photo
‼️ https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components in React Server Pomponents
https://react.dev/reference/rsc/server-functions allow a client to call a function on a server. React provides integration points and tools that frameworks and bundlers use to help React code run on both the client and the server. React translates requests on the client into HTTP requests which are forwarded to a server. On the server, React translates the HTTP request into a function call and returns the needed data to the client.
An unauthenticated attacker could craft a malicious HTTP request to any Server Function endpoint that, when deserialized by React, achieves remote code execution on the server.
#react #nextjs #waku #parcel #vite
https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components
https://github.com/ant-design/ant-design/issues/55804 is Here!
Ant Design - an enterprise-class UI design language and React UI library
#antd #uikit #react #library #package
https://github.com/ant-design/ant-design/issues/55804
6,710
0
Web Development
24 mar 2026, 18:19
📷 Photo
React 19.2: https://blog.logrocket.com/react-19-2-the-async-shift/ is finally here
🧻 These changes aren’t just about cleaning up the useEffect/fetch mess. It’s about building a much better React that finally acknowledges async as a first-class concern.
😡 These patterns mean that the code your team writes is easier to reason about and maintain. The framework is handling more. The UI is snappier because it’s updating on demand. And you are leveraging more of the underlying framework to give your application a modern feel with smooth animations.
#react
https://blog.logrocket.com/react-19-2-the-async-shift/
7,220
0
Web Development
22 mar 2026, 15:55
📷 Photo
More https://frontendmasters.com/blog/more-css-random-learning-through-experiments/ Learning Through Experiments
#css
https://frontendmasters.com/blog/more-css-random-learning-through-experiments/
6,250
0
Web Development
19 mar 2026, 08:17
📷 Photo
https://blog.logrocket.com/chatgpt-atlas-for-frontend/ for frontend debugging, testing, and more
By bringing AI into the browser, right where your code runs, it makes debugging and layout checks feel smoother and more natural.
You’ll still use Chrome DevTools for deep performance work, but Atlas fills the everyday gaps like the quick fixes, tests, and tweaks that take up most of your time. Start with Ask ChatGPT for small wins, then try agent mode as you get comfortable, and you’ll notice how fast, smart, and more enjoyable your frontend work becomes.
#debug #testing #gpt #llm #atlas
https://blog.logrocket.com/chatgpt-atlas-for-frontend/
7,210
Web Development
15 mar 2026, 20:41
📷 Photo
https://storybook.js.org/blog/storybook-10/ - ESM-only, 29% lighter, module automocking, and more
#storybook
https://storybook.js.org/blog/storybook-10/
7,830
0
Web Development
13 mar 2026, 05:28
📷 Photo
https://nodesource.com/blog/nodejs-features-replacing-npm-packages that Replace Popular npm Packages
#node
https://nodesource.com/blog/nodejs-features-replacing-npm-packages
10,200
0
Web Development
11 mar 2026, 06:21
📷 Photo
Vue Basics: State Management in Vue
#vue #pinia
https://www.telerik.com/blogs/vue-basics-state-management-vue
8,940
0
Web Development
10 mar 2026, 01:47
📷 Photo
React Native 0.82 - A New Era
• New Architecture Only
• Experimental Hermes V1
• React 19.1.1
• DOM Node APIs
#reactnative #rn
https://reactnative.dev/blog/2025/10/08/react-native-0.82
9,450
0
Web Development
8 mar 2026, 12:30
📷 Photo
https://blog.val.town/gardening-dependencies package.json under control
🌱 Although dependencies are often numerous and large, they aren’t necessarily unjustified — many are essential for functionality, and the art lies in selectively curating rather than eliminating them entirely.
🛠️ The best practice is to regularly audit what your project depends on (direct & transitive), update responsibly, and remove the unused or low-quality modules so that your codebase remains maintainable, performant, and secure.
#npm
https://blog.val.town/gardening-dependencies
10,900
0
Web Development
5 mar 2026, 23:30
📷 Photo
https://aurorascharff.no/posts/server-client-component-composition-in-practice/Component Composition in Practice
#react
https://aurorascharff.no/posts/server-client-component-composition-in-practice/
12,400
0
Web Development
4 mar 2026, 07:54
📷 Photo
Dependency cruiser
Validate and visualize dependencies. Your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD
#package #lib
https://github.com/sverweij/dependency-cruiser
14,300
0
Web Development
26 feb 2026, 11:38
📷 Photo
https://expo.dev/blog/precompiled-react-native-for-ios: Faster builds are coming in 0.81
#rn #reactnative
https://expo.dev/blog/precompiled-react-native-for-ios
https://github.com/cookpete/react-player 3.2 released
Component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion
?q=%23package ?q=%23lib
https://github.com/cookpete/react-player