We're a place where coders share, stay up-to-date and grow their careers.
Thanks for the post, i began in a same way and wanted to confirm with others. You can add to put the style of the loader directly in html.js too, to avoid gatsby load others css and script before the one of the loader
<style dangerouslySetInnerHTML={{ __html: `.preloader-wrapper ;.. `}}>
`
Thanks for the post, i began in a same way and wanted to confirm with others.
You can add to put the style of the loader directly in html.js too, to avoid gatsby load others css and script before the one of the loader
`