Hi everyone!
This year, I would like to make the newsletter a little more digestible. Do you have any suggestions for me? Do you think I put too many links and some can be deleted? Or do you like the exhaustive side? My goal is to make this newsletter less time consuming to write so that I can offer you more interesting content, like original articles. I'll explain it all to you soon.
If you are into Docusaurus, I was recently invited to the Semaphore podcast to talk about it.
Check out CSS Animation Weekly, a great resource for creative CSS developers looking for cool inspiration.
๐ก Subscribe to the official newsletter to receive an email every week!
๐ธ Sponsor
refine - 100% open-source, headless React framework for building CRUD apps
Get ready to take your skillset to the next level! We are thrilled to launch an Open Source refine Hackathon
You can win $1500 and special swag kits!
We are excited to collaborate with Strapi, Appwrite, Meilisearch, and Medusa. They are sponsoring the refine Hackathon and the winners will get a swag kit from each of them!
More information about the Hackathon.
โ๏ธ React
Astro - Unlock New Possibilities with Hybrid Rendering
With Astro 1, you had to make a global choice for the whole site: 100% static (SSG) or 100% server (SSR). With Astro 2.0 it is now possible to choose for each page. The article details the internal workings of the Astro build, and how it had to evolve to support this new feature. They use static analysis to separate static routes from SSR routes.
Dominik explains why React is not about to die. React popularized JSX and the concept of component and declarative UI. The alternatives take the good parts and try to solve the problems, but it will be difficult to challenge it given the size of its ecosystem and its community that only gets stronger with time. It would take a big breakthrough innovation. Framework agnostic libraries (TanStack) have a role to play and allow to transfer knowledge from one ecosystem to another.
Resumable React: How To Use React Inside Qwik
This article highlights the integration between Qwik and React. Qwik is an innovative framework in beta, based on resumability rather than hydration. It exposes a method qwikify$()
that allows to adapt an existing React component to be used in a Qwik app, with several possible hydration modes. To reduce the size of the bundle as much as possible, it is possible to avoid hydrating the React component and to use the native DOM events directly.
- ๐ฌ Replace Create React App recommendation with Vite - Dan Abramov answers: long comment from Dan. Tells the CRA story, goal, and future with 5 possible options. TLDR: they don't want to deprecate CRA but don't want to recommend it either: depriving yourself of SSG/SSR is not a good thing. It is possible that the CRA CLI will become a launcher that offers a choice between several popular frameworks: Next.js, Remix, CRA...
- ๐ AsyncContext + React: Sebastian Markbรฅge brings the idea of using TC39 stage 0 proposal AsyncContext directly as React context ๐ค
- ๐ "Statically typed links are coming to Next.js": great news for typesafe routing. Maybe this will be implemented with their new TypeScript language server plugin, instead of a codegen step?
- ๐ Coming soon to Next.js - improved SEO support!: new
metadata
export (will also be typed with the new TS plugin?) - ๐ The Key To Good Component Design Is Selfishness: the story a
<Button>
component design over time. It goes wrong because of using props to drive internal button content. It is worth limiting the responsibility of the button, usingchildren
and composition. - ๐ Storybook - Component Story Format 3 is here: the new format comes out of beta and brings interesting improvements (boilerplate, composition,
play
function...) while remaining backward compatible. - ๐ How to create one form with many actions in Remix: use HTML buttons with
name
andvalue
props, and use TypeScript union types with a schema for each action type. - ๐ Nextra 2 โ Next.js Static Site Generator: presents the main new features of Nextra v2, the static-site-generator for Next.js.
- ๐ How Netlify Uses Storybook for Visual Regression Testing
- ๐ The Curious Case of React
- ๐ฅ Andrew Clark on the Creation of Redux: this interview that relates the 2014-2015 period, good teaser of the React documentary that will be released soon. Redux offered the most elegant Flux implementation, and popularized the concept of reducer. Andrew doesn't disavow the project, but is happy that React is progressively proposing better alternatives for things like data fetching.
- ๐ฅ I Was Wrong About Nested React Components: Jack illustrates well why you shouldn't declare one component inside another.
- ๐ฅ Scroll Management with Remix and React Router
- ๐ฅ State of React Ecosystem Jan 2023
- ๐ฆ Redwood 4.0: official release of v4.0 with a new Auth API, GraphQL Yoga v3, GraphQL Armor...
- ๐ฆ Remix 1.12: new dev server preview, behind a flag.
- ๐ฆ React Router 6.8.0
- ๐ฆ Jotai v2
- ๐ฆ Docusaurus 2.3
- ๐ฆ TinyBase 3.0
- ๐ฆ Redux Toolkit 1.9.2
- ๐ค Houston - Astro Assitant AI: the Astro doc has its own AI to answer your questions. Remix seems to want to do the same.
- ๐ฆ Lee Robinson - "new version of my website"
๐ธ Sponsor
Extensible JavaScript libraries for surveys and forms
SurveyJS is a set of open-source JavaScript form libraries that you can easily integrate into your web app. It lets you create and run multiple forms, retaining all sensitive data on your servers, or have your own self-hosted WYSIWYG form builder that non-tech users can use directly.
You can also analyze survey results in custom-built dashboards, save your forms to PDF, or simply convert them to editable PDF files. It offers native support for React and Angular rendering and total freedom of choice as to the backend, because any server + database combination is fully compatible.
๐ฑ React-Native
- ๐ React Native 0.71-RC0 Android outage postmortem: the React-Native team looks back at the blocked Android builds of November 2022 caused by a Maven release and a dynamic Gradle version dependency.
- ๐ Summary of 2022 โ React Native Open Source at Software Mansion: nice retrospective of Software Mansion, we can say that they have been very active this year!
- ๐ Making Your React Native Gestures Feel Natural: presents some useful techniques (spring, velocity, resistance) to make your animations more natural.
- ๐ Using Apache ECharts in React Native: introduces a new library that can render Apache EChart components on React-Native with either React-Native-SVG or React-Native-Skia.
- ๐ Run Tests for Key Pieces of Your App
- ๐ Optimize Your Android Applicationโs Size with Gradle Settings
- ๐ Open Native Docs: new online doc. Proposes to unify native libs to work on several ecosystems: React-Native, NativeScript, Flutter...
- ๐จ Fabric + React-Native-macOS demo - WIP
- ๐จ Expo Router - Quick Notes demo
- ๐จ CSS Modules in Expo demo
- ๐ฆ "PS5 user interface using react native"
- ๐ฆ "react-native-drawer-layout is back"
- ๐ฆ React-Native 0.70.7
- ๐ฆ react-native-select-pro
- ๐ React-Native-Radio 257 - How can we improve React Native, part 2 - Meta Responds!
- ๐๏ธ The React Native Show 20 - Remotion and Animations in React Native with Jonny Burger
๐งโ๐ป Jobs
Join the Riverr agency as a frontend developer, working on client projects using modern technologies, such as React, Next.js, TypeScript. A 4/day week job.
๐งโ๐ผ TLDR - Senior Software Engineer (Remote, $120k-200k)
The TLDR newsletter is hiring its first engineer to help build out the hiring platform along with other internal projects. Looking for someone with experience shipping side projects or on small teams, with experience in Next.js and Postgres/Supabase.
๐งโ๐ผ Callstack - Senior React Native Developer - Fully Remote, PLN 21-32k net on B2B, monthly
Do you want to work on the world's most used apps? Would you like to co-create the React Native technology? Join the Callstack team of React & React Native leaders. Check our website for more details. We are looking forward to seeing your application - show us what you've got!
๐งโ๐ผ G2i - 100% Remote React Native Jobs
We have several roles open for developers focused on React Native! Pay is ~160k plus 10% bonus. You must have production experience with RN and be based in the US. DM @gabe_g2i to learn more and don't forget to mention This Week in React.
๐ Other
- TC39 January 2023 meeting: great proposals like Immutable Array methods (change array by copy) or Symbols as WeakMap keys are progressing to stage 4.
- TypeScript 5.0 Beta: this video by Matt Pocock highlights some of the most interesting features such as decorators and const type parameters.
- Release Notes for Safari Technology Preview 162: CSS nesting, declarative shadow DOM...
- Scrollend, a new JavaScript event: already in Chrome, Firefox and polyfills available.
- "Turbopack is adding support for webpack loaders"
- Whatโs next for Flutter
- Youโve Got Options for Removing Event Listeners
- Deno 1.30: Built-in Node modules
- 10 Web Development Trends in 2023
- 2023 State of Databases for Serverless & Edge
- Improve your test experience with Playwright Soft Assertions
๐คญ Fun
See ya! ๐