Alex Nault
Alex Nault
Using `fontsource`, how can one preload a font as to prevent a flash of faux-text? ```jsx import React from "react"; import { Helmet } from "react-helmet"; import "fontsource-inter"; export default...
Closes: https://github.com/alexnault/react-headings/issues/42
**classix** **Alternative to** classnames and clsx **Quality check** - [x] Package has sufficient overlap in functionality to act as a replacement. - [x] Package is actively maintained, and/or stable for...
See if source maps add any value to the project. If so, add them to the build output.
Once the repo is unlocked, any attempt to commit from the GH Action will result in an error: ```bash "git-crypt" clean: 1: git-crypt: not found error: external filter '"git-crypt" clean'...
As of @2.2.7, The following works: ```js import App from './components/App'; // output => import App from './components/App.js'; ``` The following does not: ```js import App from 'components/App'; // output...
See https://arethetypeswrong.github.io/?p=classix%402.2.0