Log inSign up
This Week In React
747 posts
Image
user avatar
This Week In React
@ThisWeekInReact
β€’ βš›οΈ Stay up-to-date with React β€’ πŸ“‘ High signal, no drama β€’ πŸ”₯ Join 42k React devs - 1 email/week β€’ πŸ“¨ ThisWeekInReact.com β€’ By @sebastienlorber
πŸ“¨ For React Experts πŸ‘‡
ThisWeekInReact.com
Joined January 2024
471
Following
3,699
Followers
  • user avatar
    This Week In React
    @ThisWeekInReact
    Feb 21, 2024
    Replying to @sebastienlorber
    React from Another Dimension - @dan_abramov2 talk at Remix Conf 2023: youtube.com/watch?v=zMf_xe… Hono 4.0 release github.com/honojs/hono/re…
    2.4K
  • user avatar
    This Week In React
    @ThisWeekInReact
    Mar 6, 2024
    Replying to @sebastienlorber
    PR to track:
    github.com
    Add `React.useActionState` by rickhanlonii Β· Pull Request #28491 Β· react/react
    Overview Depends on #28514 This PR adds a new React hook called useActionState to replace and improve the ReactDOM useFormState hook. Motivation This hook intends to fix some of the confusion and l...
    2.3K
  • user avatar
    This Week In React
    @ThisWeekInReact
    Jan 29, 2024
    TypeScript 5.4 is in beta πŸ‘€ It notably includes a NoInfer utility type πŸ‘Œ
    Image
    user avatar
    TypeScript
    @typescript
    Jan 29, 2024
    TypeScript 5.4 Beta is available to try! This release has lots of type narrowing improvements, the 'NoInfer' type helper, groupBy, better options for bundlers, and more! devblogs.microsoft.com/typescript/ann…
    1.5K
  • user avatar
    This Week In React
    @ThisWeekInReact
    Jan 30, 2024
    StyleX v0.5 is out πŸ‘€ - New stylex.attrs function - New sort-keys rule for the Eslint plugin - New aliases option for the StyleX Babel plugin - New Esbuild plugin
    Image
    user avatar
    Naman
    @naman34
    Jan 26, 2024
    Not too long ago, we released @stylexjs v0.5.0! This is a pretty big release so let me mention some of the highlights. 🧡
    1.5K
  • user avatar
    This Week In React
    @ThisWeekInReact
    Jan 30, 2024
    Interesting Next.js feedback They dev really hate Next.js dev server πŸ˜… They'd go back and choose @remix_run instead
    Image
    user avatar
    Brandon πŸš€ Flightcontrol
    @flybayer
    Jan 30, 2024
    Migrating to Next.js App Router: the good, bad, and ugly Last year we rebuilt the @Flightcontrolhq dashboard with App Router πŸ™‚ In this post, I share our perspective on it after using it for a significant production app flightcontrol.dev/blog/nextjs-ap…
    4K
  • user avatar
    This Week In React
    @ThisWeekInReact
    Feb 19, 2024
    πŸ‘€ Next.js DevTools?
    user avatar
    Guillermo Rauch
    Vercel
    @rauchg
    Feb 13, 2024
    Would you use @nextjs devtools that help you visualize what gets pre-rendered, stream, caches, etc? Let us know what you’d like to see!
    Image
    1.4K
  • user avatar
    This Week In React
    @ThisWeekInReact
    Jan 31, 2024
    Turning React into a video using a single terminal command 🀯 Made possible by Remotion.
    user avatar
    Jonny Burger
    @JNYBGR
    Jan 30, 2024
    Turn any URL into a video with a terminal only - as requested by @t3dotgg sudo npm i -g puppeteer-screenshot-cli @remotion/[email protected] puppeteer-screenshot --width 1920 --fullPage 'https://ping.⁠gg' > shot.jpg export URL=$(curl --upload-file ./shot.jpg transfer.sh/shot.jpg)
    Image
    00:00
    1.2K
  • user avatar
    This Week In React
    @ThisWeekInReact
    Feb 2, 2024
    Million lint? πŸ€” πŸ‘€
    user avatar
    Aiden Bai
    @aidenybai
    Feb 2, 2024
    Make React faster in minutes, not months. @milliondotjs 3.0
    Image
    00:00
    1.2K
  • user avatar
    This Week In React
    @ThisWeekInReact
    Jan 30, 2024
    πŸ‘€ New React Native Skia <Atlas> component landed Efficiently draw a very large number of similar textures/images x.com/wcandillon/sta…
    Image
    user avatar
    William Candillon
    @wcandillon
    Jan 26, 2024
    Betting on Reanimated has enabled us to provide a seamless way to create declarative texture in Skia: shopify.github.io/react-native-s… Now are taking this concept a bit further with a new API allowing draw large scenes at top performance: shopify.github.io/react-native-s…
    2.6K
  • user avatar
    This Week In React
    @ThisWeekInReact
    Jan 30, 2024
    πŸ‘€ Real-time RSC looks exciting!
    user avatar
    sunil pai
    Cloudflare
    @threepointone
    Jan 29, 2024
    sneak-peek:🎈@partykit/react, the one framework to rule them all - Real-time React Server Components! - Keep business/rendering logic on the server, send UI over the wire in real-time - Zero API setup - one party per user, or per shared session, or even the whole world (scales
    Image
    00:00
    1K
  • user avatar
    This Week In React
    @ThisWeekInReact
    Feb 21, 2024
    Replying to @sebastienlorber
    Conform + Next.js docs: conform.guide/integration/ne… Also rest of the example:
    Image
    848
  • user avatar
    This Week In React
    @ThisWeekInReact
    Jan 30, 2024
    React Server Components workshop From the author of @aviationdotapp A new RSC framework that should be a in beta soon πŸ‘€
    user avatar
    Cloudflare Developers
    Cloudflare
    @CloudflareDev
    Jan 24, 2024
    React Server Components (RSCs) can be transformative for DX and UX - but grasping it can be tricky. Join @GregBrimble’s virtual workshop on Jan. 30 to learn how they work, where to use them and how to take advantage of RSC's new architecture cfl.re/3UcK28u
    Image
    3.4K
  • user avatar
    This Week In React
    @ThisWeekInReact
    Jan 31, 2024
    Looks like a cool idea to see how React Native core performance evolves over time!
    user avatar
    Alexandre Moureaux
    @almouro
    Jan 30, 2024
    πŸ“£The #ReactNative #performance dashboard is now publicly available: app.flashlight.dev/projects/react… πŸ“ˆ It runs Flashlight measures against all RN versions against a sample scenario. 🀞Should be helpful to detect regressions We can see some interesting stuff already, details ⬇️
    Image
    00:00
    1.4K
  • user avatar
    This Week In React
    @ThisWeekInReact
    Feb 19, 2024
    πŸ‘€ Exciting news
    user avatar
    Andrew Clark
    @acdlite
    Feb 15, 2024
    By the end of 2024, you’ll likely never need these APIs again: β€’ useMemo, useCallback, memo β†’ React Compiler β€’ forwardRef β†’ ref is a prop β€’ React.lazy β†’ RSC, promise-as-child β€’ useContext β†’ use(Context) β€’ throw promise β†’ use(promise) β€’ <Context.Provider> β†’ <Context>
    910

New to X?

Sign up now to get your own personalized timeline!

Create account

By signing up, you agree to the Terms of Service and Privacy Policy, including Cookie Use.

TermsΒ·PrivacyΒ·CookiesΒ·AccessibilityΒ·Ads infoΒ·Β© 2026 X Corp.
Don't miss what's happening
People on X are the first to know.
Log inSign up