tone-row / next-static-export

comprehensive static export from next.js apps

Home Page:https://www.npmjs.com/package/@tone-row/next-static-export

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

next-static-export

This package creates a workflow for a more comprehensive static export from next.js apps, including dynamic routes, and avoiding unnecessary re-requests without a caching layer.

NPM Version Minified Size Issues License

TODO

  1. Figure out how to route "data" folder properly, possibly a config option that's passed in. Do this so that you can actually export withAPI from this repo
  2. Don't compile the withAPI HOC because it needs to receive runtime instructions about the current environment to behave correctly.
  3. Add a way to work with already created data files for faster static phasing

About

comprehensive static export from next.js apps

https://www.npmjs.com/package/@tone-row/next-static-export

License:MIT License


Languages

Language:JavaScript 100.0%