We would like to have a build function to render the navigation and footer as separate HTML files.
The entry point for this would be a package.json file. Maybe npm run renderNav and npm run renderFoot.
It would be nice to maintain the router Link functionality so that the react pages still load quickly.
We would like to have a build function to render the navigation and footer as separate HTML files.
The entry point for this would be a
package.jsonfile. Maybenpm run renderNavandnpm run renderFoot.It would be nice to maintain the router
Linkfunctionality so that the react pages still load quickly.