codeAdrian / gatsby-omni-font-loader

Font loader optimized for maximum performance. Removes render-blocking font resources and loads them asynchronusly. Handle FOUT & FOUC with font loading status watcher. Supports both local-hosted fonts and web fonts.
MIT License
106 stars 7 forks source link

Switch to react-helmet-async #16

Closed fcisio closed 3 years ago

fcisio commented 3 years ago

This is a proposition more than anything, this is very optionnal.

I feel like switching to react-helmet-async would be beneficial and follows the usage trend. Helmet Trend

Personally, I use react-helmet-async, and using this plugin meant having both versions of Helmet as dependencies.

codeAdrian commented 3 years ago

Hi, thanks for the PR, but I might consider this for the future, since I don't see a particular benefit or use-case for switching the libraries.