Today, we’re releasing the first Release Candidate for React 17! This release is rather unusual: it contains no new features. 👀 reactjs.org/blog/2020/08/10/…
ALT The React 17 release is unusual because it doesn’t add any new developer-facing features. Instead, this release is primarily focused on making it easier to upgrade React itself.
We’re actively working on the new React features, but they’re not a part of this release. The React 17 release is a key part of our strategy to roll them out without leaving anyone behind.
In particular, React 17 is a “stepping stone” release that makes it safer to embed a tree managed by one version of React inside a tree managed by a different version of React.
Introducing Rome: A linter for JavaScript and TypeScript. The first in a suite of tools for frontend languages that includes bundling, compiling, testing, and more. romefrontend.dev/blog/2020/0…
🙌 We're big fans of @nextauthjs, which offers authentication for Next.js:
💎 It's open source
💎 Full of new great features since their recent 3.0.0 release
💎 Comes with support for Prisma
🚀 next-auth.js.org
I released a new @PostCSS plugin to fix the 100vh bug in mobile Safari.
github.com/postcss/postcss-1…
Pure CSS. In contrast with previous hacks, it works in Chrome. It allows you to forget about the bug: just write min-height: 100vh, the plugin will insert the hack automatically.
🔥 Capsize is a *massive* leap forward for web typography.
✂️ It uses font metadata to crop space from text nodes above capital letters and below the baseline.
🔍 It adjusts font-size so that the height of capital letters is a multiple of your grid.
👉 seek-oss.github.io/capsize