gatsby-plugin-modal-routing
gatsby-plugin-modal-routing copied to clipboard
Code Splitting
I use this to show on click content and the the content shown inside the modal content should not be bundled with the index file/main page because that is not shown to the user right away.
I know I can use this guide(https://www.gatsbyjs.org/docs/how-code-splitting-works/) to accomplish code splitting but it should come by default in my opinion.