Hi everyone!
This week we had some really great React articles, but also interesting releases from Waku and Remix. The community shared mitigated but interesting feedback on React Server Components, regarding complexity and ownership.
On the React Native side, it's calm. We are eagerly waiting for the Expo SDK 50 which this time is released much later than the beta. We are also waiting for the official launch of VisionOS, a new platform that React Native will support.
I just celebrated 10 years of React experience ๐ It's hard to believe how my career changed thanks to React, considering I used to really dislike JavaScript.
๐ก Subscribe to the official newsletter to receive an email every week!
๐ธ Sponsor
CMS with Inline Visual editing for Next.js, Remix and Gatsby
Set up a project in just 1 minute with the CLI and define your own Visual blocks as React components to convey your pixel-perfect corporate brand, using any CSS framework.
Content editors can easily use these blocks to compose pages visually, just like using a word processor, without compromising the design system.
React Bricks is enterprise-ready with Digital Assets Management, Advanced SEO, Collaboration, Scheduled Publishing, Multilanguage, Integrations with external data sources, Approval Workflow, Single Sign-On, Multiple environments, Backup and Change history.
Trusted by corporate clients such as The Weather Channel, Deel.com, La Banque Postale, leading eCommerce sites and over 8,500 users worldwide.
Get started today!
โ๏ธ React
This release introduces a new createPage
API for creating layouts and pages programmatically. This notably marks the shift of Waku from being a React Server Components learning experience to becoming a real production-ready React framework. A lightweight file-based page route is expected for v0.20.
This joyful and awesome interactive article uses the donut analogy (client component with a โchildrenโ hole) to explain how client/server components can be interleaved. It also covers more advanced RSC composition topics. Today I learned about that fancy server action render prop trick!
- ๐ธ Take the Developer Nation Survey - For each completed response, Developer Nation will donate to one of the charities of respondentsโ choosing!
- ๐ฆ Dan Abramov - โReact Server Components does not require a serverโ: Another important reminder that RSCs can all run at build time too, and the CI is your server. You can deploy a completely static Next.js site using RSCs to S3 or GitHub Pages.
- ๐ฆ React v19 is coming - React v18.3 is not planned
- ๐ฆ Pre-rendering (SSG) is coming to Remix
- ๐ React Postgres Components: Render React SSR using V8 inside Postgres RPC? Sounds crazy, but works!
- ๐ React Libraries for 2024: As every year, Robin Wieruch updated his list of recommended React libraries, a good way to discover many libs of the ecosystem.
- ๐ Kind of annoyed at React: Cassidy shares a reasonable take on the current state of React that seems to resonate with the community, notably ๐ฆ Tanner Linsley using React with increasing resentment.
- ๐ React, where are you going?: Matteo builds on top of Cassidyโs take and explains his frustration regarding React ownership and increasing complexity. He advocates for a financially sustainable community-driven framework. What struck me is that adding RSC support to their lib React-Bricks decreased the DX (also confirmed by a few others, ๐ฆ tweet).
- ๐ Streams and React Server Components: Even apart from RSC, this is a great deep dive into the Streams APIs from a Waku contributor.
- ๐ Server-side rendering local dates without FOUC: Itโs common to get React hydration mismatches when trying to render time in the user timezone. This suggests to inline a script to modify the DOM SSR-rendered time just before React hydrates to avoid the mismatch.
- ๐ How to setup Client-Server Relaying in Next.js: Explains how we can render a dynamic value on the server, and then let SWR take over that value on the client.
- ๐ Say Hello to Panda CSS - The New CSS-in-JS Library with Zero Runtime
- ๐ Build Dynamic Forms with React Hook Form
- ๐ฆ Remix 2.5 - SPA mode: Deploy Remix apps without a server (e.g. on GitHub pages) using SPA mode, generating a single
index.html
file. - ๐ฆ React-Aria-Components + Tailwind starter kit - New set of beautifully styled component that you can modify
- ๐ฅ A Beginnerโs Guide to Storybook 7 with React - free Egghead course
- ๐ Critical security vulnerability in @clerk/nextjs - upgrade to 4.29.3
๐ธ Sponsor
Process Documents using React PDF Library by Apryse
Transform your applications with Apryse's React PDF Library. Seamlessly integrate an exceptional viewer experience for web, mobile, and desktop. View, edit, redact and annotate with support for PDFs, Microsoft Office, video, images, HTML, and more.
Start your free trial today.
๐ฑ React-Native
- ๐ธ Moropo - Build and Run Open Source React Native Tests Directly From Your Browser
- ๐ Expo 50 launch live stream announced for January 31, 2024
- ๐ atob() and btoa() were just added to Hermes
- ๐ ChatGPT React Native Buddy
- ๐ App.js Conf Call for Papers is ending January 28
- ๐ Unlocking New Possibilities with Maestro: Beyond Automated Testing: Introduction on how to do automatic visual testing of React Native apps using Maestro.
- ๐ฆ Official Tamagui design system Figma released: Create designs using Tamagui components in Figma.
- ๐ฆ React Native Test App 3.0: Microsoftโs test app for library authors. Mainly a clean-up release, dropping Node 14, React Native 0.65 and earlier, as well as Flipper.
- ๐ฆ React Native visionOS with new CLI commands: visionOS will soon be available and the community is racing to get React Native ready for it.
- ๐ฆ vision-camera-resize-plugin - Frame Processor plugin for fast buffer resizing
- ๐ฆ Expo Orbit 1.0.2
- ๐ฅ Simon Grimm - Better than React Native Stylesheet - Unistyles
- ๐๏ธ Rocket Ship 25 - EAS, Expo Prebuild & SDK 50 with Kadi Kraman
- ๐๏ธ React Native Show 33 - React Native at Scale With Rafael Mendiola
๐ Other
- ๐ Module Federation added to Rspack
- ๐ Rust-Based JavaScript Linters: Fast, But No Typed Linting Right Now
- ๐ npm in Review: A 2023 Retrospective on Growth, Security, and Quirky Facts
- ๐ Is htmx Just Another JavaScript Framework?
- ๐ Designing better target sizes (in CSS)
- ๐ Node.js Security Progress Report
- ๐ฆ Node.js 21.6 - permission model improvements
- ๐ฆ gql.tada - TypeScript that understands GraphQL
- ๐ฆ Lightning CSS 1.23
- ๐ฆ Prettier 3.2 - JSONC, Angularโs ICU expression
- ๐ฆ fsx - Modern filesystem API for JavaScript
๐คญ Fun
See ya! ๐