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.
TODO
- 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
- Don't compile the withAPI HOC because it needs to receive runtime instructions about the current environment to behave correctly.
- Add a way to work with already created data files for faster static phasing