DEV Community

Cover image for This Week In React #106: Remix, Framer Motion, Storybook, Gatsby, Remotion, Metro, Lerna, TypeScript, Three.js, LocatorJS...
Sebastien Lorber
Sebastien Lorber

Posted on • Updated on

This Week In React #106: Remix, Framer Motion, Storybook, Gatsby, Remotion, Metro, Lerna, TypeScript, Three.js, LocatorJS...

Hi everyone!

We have a few interesting news related to Remix this week! This was expected, after last week's Remix Conf.

I'm going toΒ App.jsΒ conf next week: say hi if you go too! πŸ˜‰

πŸ™Β Support the newsletter:

If you like this newsletter, subscribe in priority there:


React

React Router v6.4.0-pre.2

Already announced inΒ Remixing React Router: many Remix abstractions (action,Β loader...) will be added to React-Router. This is happening in v6.4, currently in pre-release.Β Doc for the new Data APIsΒ is already available!

Should you use Framer Motion or Motion One?

Matt is the author of many popular animation libraries. He explains in a nuanced way the difference between a declarative and an imperative model. Most React developers should use the declarative Framer Motion library. Motion One is a lightweight, low-level imperative library that wants to be theΒ "JQuery for Web Animations API".

Extras:


πŸ’Έ Sponsors

πŸ’‘Β How to sponsor this newsletter

Meteor Celebrates 10 Years in the Javascript Ecosystem

MeteorΒ or also known asΒ MeteorJSΒ is still alive and well, andΒ we're happy to share that we are also growing!

Meteor is a mature and open-source framework for seamlesslyΒ building and deploying Web, Mobile, and Desktop applicationsΒ in Javascript.

Use popular frameworks like Vue,Β React, Svelte, or Blaze andΒ tools right out of the box. Focus on building features instead ofΒ configuring disparate components yourself.

Whether you're still studying to become a developer or a seasonedΒ veteran, you'll find it convenient and easy to code with Meteor. Join the community of developers from all over the world thatΒ rely on Meteor.Β Get started here!

Axiom - Zero-Config Observability for Vercel

Axiom enables you to monitor the health and performance of your Vercel deployments by ingesting all your request, function, and web vitals data.

Use Axiom's pre-built dashboard for an overview across all your Vercel logs and vitals, drill down to specific projects and deployments, and get insight on how functions are performing with a single click.Β 

PS:Β I use it myself to monitor the newsletter signupsΒ πŸ˜‰


React-Native

React and React Native finally feel the same

Jay explains the 3 main challenges of the web/mobile cross-platform today: styling, animation, navigation. He suggests to use Tailwind-React-Native with his new cross-platform animation library.Β Legend MotionΒ relies on the same API as Framer Motion (web-only). The doc briefly explains theΒ differences with Moti, another similar solution.

Extras:

  • πŸ“¦Β Tailwind-React-Native: looks nice to use Tailwind in a cross-platform way. Mobile:Β classNameΒ + Babel plugin. Web: just forwarding theΒ classNameΒ to a React-Native-Web element.
  • πŸ“¦Β React-Native-Esbuild: to very easily replace Metro with esbuild and compile much faster. A few limitations to consider: no Hermes nor Fast Refresh.
  • πŸŽ™οΈΒ RNR 237 - React Native on Desktop

Other

Airbnb - Faster JavaScript Builds with Metro

Build and hot-reload times have skyrocketed at Airbnb. They decided to replace Webpack withΒ MetroΒ (the React-Native bundler 🀯) and saw a significant improvement. This article highlights some architectural differences between the 2 bundlers, and the challenges encountered during this migration. Note:Β Stripe also uses MetroΒ πŸ€”.

How Lerna just got 10x faster!

Nwrl (behind Nx) just took the leadership of the unmaintained monorepo tool Lerna. They have already released aΒ v5.0Β and started integrating Nx into Lerna 5.1-beta as a retrocompatible option. A simple Lerna configΒ useNx: trueΒ and your build becomes immediately faster.

Extras:

joke

Top comments (0)