Sébastien Lorber

Results 1326 comments of Sébastien Lorber
trafficstars

Related read: https://fotis.xyz/posts/introducing-svg-use/

Some recent improvements for icons that are repeated multiple times per page: - ExternalLink icon: https://github.com/facebook/docusaurus/pull/10885 - Code block button icons: https://github.com/facebook/docusaurus/pull/10866 These are the most important cases to optimize...

@felipecrs those are implementation details of theme components and do not change any public API. Unless they swizzled unsafe theme components, site owners have nothing to do when upgrading. Our...

@anonsyn in any case we always use the sprites through an intermediate `@theme/Icon/Xyz` component. This means that you can always swizzle them, and make the React component render an inline...

Thanks for reporting these early results @sserrata Note that the Rspack PR hasn't been merged yet and if you use canary today you are still using Webpack. For plugin authors,...

The Rspack support has been merged: https://github.com/facebook/docusaurus/pull/10402 You can try canary `0.0.0-6101` or above to benefit from all the upcoming perf improvements. Here's an example PR upgrading the React Native...

I'm not 100% sure but maybe adding a .swcrc would work? https://swc.rs/docs/configuration/swcrc

I don't know, will need to investigate @lebalz Note that you might still be able to use the old custom js loader option mentioned here: https://github.com/facebook/docusaurus/issues/4765#issuecomment-841135926 Didn't try, but pseudo-code:...

Docusaurus v3.6 is out with the Docusaurus Faster options 🥳 🎉 https://docusaurus.io/blog/releases/3.6

@o-l-a-v I'm not sure it's necessary. Depending on initial feedback I plan to make it soon the default of our init template to increase adoption, feedback, bugfixes, and finally making...