How to keep package.json under control
#npm
Read more
🌱 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
Read more
React Native 0.82 - A New Era
#reactnative #rn
Read more
• New Architecture Only
• Experimental Hermes V1
• React 19.1.1
• DOM Node APIs
#reactnative #rn
Read more
How to use ChatGPT Atlas for frontend debugging, testing, and more
#debug #testing #gpt #llm #atlas
Read 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
Read more
React 19.2: The async shift is finally here
#react
Read more
🧻 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
Read more
Please open Telegram to view this post
VIEW IN TELEGRAM
‼️ Critical Security Vulnerability in React Server Pomponents
#react #nextjs #waku #parcel #vite
Read more
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 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
Read more
Web Development
‼️ 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…
Did you update your projects after the critical React Server Components vulnerability (React2Shell / CVE-2025-55182)?
Anonymous Quiz
25%
✅ Yes, we already updated
21%
🛠 Not yet, but we plan to
11%
⛔ No, we won’t update
42%
⚪️ Not relevant to us (we don’t use RSC)
This media is not supported in your browser
VIEW IN TELEGRAM