This Week In React #214: Base UI, Custom Elements, Next.js, React Router, TanStack, i18n, OG, Apollo, Android XR, iOS targets, Nitro, RNTL...

Search for a command to run...

No comments yet. Be the first to comment.
Hi everyone! Krzysztof and Tomasz from Software Mansion here π It's been a fairly calm week for the React ecosystem, but not for the React Native world. Meta has made an exciting announcement about the release of React Native 0.80, where they've dec...

Hi everyone! This week is relatively calm in the React ecosystem, but we still have various interesting blog posts and releases. Maybe we'll soon get some exciting news from React Summit that's about on Friday! On the React Native side, all the devs ...

Hi everyone! I thought I was on schedule for today's issue, until I realized that Dan Abramov wrote 4 RSC blog posts this week π. We also get great releases, including Storybook, LiveStore, Base UI, and the Lingo Compiler is a quite exciting innovat...

Hi everyone! Cyril and Matthieu from Theodo Apps here π. This week, the Remix team announced some big news. Microsoft has also made it easier to try out TypeScript Go rewriting. In the React Native world, there were a few minor but interesting relea...

Hi everyone! This week, we're delighted to finally have a preview of React Server Components support in React Router. I've also found some very interesting PRs on the React repo, and give you a glimpse of what could be coming soon! The React Native e...

Hi everyone!
This week I'm excited about a promising new headless component library, and I've found various interesting articles about Web Components relevant to React developers.
On the mobile side, Google introduced Android XR and React Native support is already coming!
π We are taking a Christmas break, this is the last newsletter until 8th January.
π§βπ You've already given me a great gift, we are now 4th most popular JS newsletter according to the recently published State of JS 2024 survey result.
π‘ Subscribe to the official newsletter to receive an email every week!
Become a better engineer one newsletter at a time.
Product for Engineers is PostHogβs newsletter dedicated to helping engineers improve their product skills.
With over 30k subscribers, it is a trusted source that bridges the gap between product and engineering, helping you ship products users love.
It covers topics like how to choose the right technologies, non-obvious behaviors that will kill your startup, and A/B testing mistakes they learned the hard way. Itβs totally free and always will be.
Iβm usually not into UI libs. But when Radix, MUI and Floating UI creators gather to create a new set of 25 unstyled, accessible, composable primitive components with great care to details, I think itβs worth paying attention! Radix is super popular these days (notably thanks to shadcn/ui), but has been less actively maintained recently, and a new headless lib challenger is always welcome!
React 19 and Custom Elements
Various related articles I found interesting:
π React 19 and Web Component Examples: Chris Coyier testing React 19 custom elements support by creating a Lit element and rendering it though JSX. You can seamlessly pass an object as props, but for event handlers you may need to dispatch a custom event.
π React 19 introduces full support for custom elements: Comparing support improvement between React 18 and React 19.
π Sweet Suspense: Fun experiment recreating React lazy/Suspense/ErrorBoundary with custom elements.
π Isomorphic Web Components: Not using React, but a useful overview of server-side rendering support for Web components.
π¦ Lee Robinson explains why transitioning between pages when running Next.js locally take time
π Next.js PR - unstable_rootParams(): A new convenient experimental API to return path params from all path segments up to the root layout. Looks particularly useful for accessing a i18n [locale] param.
π Next.js PR - experimental.newDevOverlay: A new dev overlay is coming and the feature flag already exists.
π Rsbuild PR - plugin-react-router: React Router framework features (Remix) are now implemented as a Vite plugin, but it seems other bundlers could also turn React Router into a framework π²
π GitHub Unwrapped 2024: The Remotion-based project has just been update for 2024.
π How to validate your React i18next application: Present a workflow based on react-i18next to prevent missing, unused, and invalid translation keys. Thereβs another post for react-intl users.
π Rails + Stimulus + React - The definitive way to integrate: Using Stimulus data attributes to mount a React autocomplete component on a Rails page.
π Build-time Open Graph Images in Remix: Explains limits of Satori, and introduces a new remix-og-image Vite plugin that spawns a Chromium instance.
π 5 tips to effectively optimize INP in React: Reduce DOM size, split components, use Suspense, avoid hydration errors, pay attention to useEffect that can be synchronous.
π You might not need a React Form Library: Shows how to validate forms server-side and client-side without a library.
π Storybook tags - Organize your components and stories to match the way you work
π¦ Inertia 2.0 - Redefining Frontend Development for Laravel: New major version of this tool that seamlessly integrates React into PHP backends. New features: async requests, deferred props, prefetching, polling.
π¦ Apollo Client 3.12 - GraphQL fragment data masking: Similar to Relay, Apollo Client improves in colocation, encapsulation, and performance. A component will only receive the fields it needs, and nothing more.
π¦ Virtua 0.39 - Zero-config, fast and small virtual list - React 19 support
π¦ Material UI EoY update - MUI v5/6 are compatible with React 19
π₯ Justin Poli - What happens when you break the rules of React?: Mobx-State-Tree maintainer explains plan to make the reactive library compatible with the React Compiler.
π₯ Wawa Sensei - My Journey Coding a VR/AR Rhythm Game with Three.js & React Three Fiber
π₯ Theo - Astro stole my favorite parts of Next (and I'm hyped)
π₯ Shruti Kapoor - React 19: The Features You Actually Want
Interactive Chat Made Easy with Streamβs React SDK.
π§ By Developers, for Developers:
Fully customizable UI components and hooks.
Comprehensive documentation and quickstart templates for rapid integration.
β‘ Blazing-Fast Performance:
Sub-50ms message delivery.
Scalable for millions of users with a reliable infrastructure.
β¨ Out-of-the-Box Features:
Typing indicators, reactions, and threads.
Rich media support, including file and image sharing.
π Build Fast. Scale Effortlessly. Get Started With Stream.
πΈ Demos - 90+ React Native animations crafted with Reanimated, Gesture Handler, and Skia, by Reactiive
π¦ Evan Baconβs npx create-target demo: New CLI to create iOS targets (widgets, share extensions) that live alongside your Expo app and can communicate with it through shared storage.
π£ Android XR SDK Developer Preview: Google announced a new Android platform for extended reality headsets. As you can expect from Oskar, React Native support is coming (demo)
π£ Expo - Upcoming Apple push notification service certificate change: Expo Push Service users do not have to do anything.
π Add React Native to the Signal open source app: 2-part series (iOS + Android) shows how to integrate brownfield RN into an existing app.
π How to Upgrade React Native in a Brownfield Application
π Building Seamless Navigation in Expo Router: Tabs, Modals, and Stacks
π¦ React Native Image Playground: To integrate the brand new iOS 18.2+ Apple Intelligence Image Playground into your app, and generate AI images.
π¦ Nitro 0.19 - Swift errors, bi-directional Promises, type-erasure
π¦ Nitro Palette 1.0 - Fast color palette extraction from images
π¦ React Native Volume Manager 2.0 - New Architecture, 0.76+, iOS 15+, Expo 52+
π¦ Drag Select 0.1 - Utility for creating a pan gesture that auto-selects items in a list
π₯ Danβs Lab - Basic 3D Graphics with Linear Algebra and React-Native Skia
π₯ Expo - Universal Full-Stack Expo Stripe Payment Integration
ποΈ Rocket Ship 56 - Bluesky's React Native App & AT Protocol with Samuel Newman
ποΈ React Universe On Air - React Native FastIO: Nitro-Powered Performance Boost
π£ Ecma 426 - Source map format specification: Believe it or not, it was not standardized yet.
π¦ Zod 3.24 - First version to implement the standard-schema specification
π¦ Node 23.4 - unflag node:sqlite module,--trace-env, assert.partialDeepStrictEqual
See ya! π