Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tone-row/next-static-export
comprehensive static export from next.js apps
https://github.com/tone-row/next-static-export
Last synced: 10 days ago
JSON representation
comprehensive static export from next.js apps
- Host: GitHub
- URL: https://github.com/tone-row/next-static-export
- Owner: tone-row
- License: mit
- Created: 2019-08-22T13:56:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:03:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T11:31:50.985Z (14 days ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@tone-row/next-static-export
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://img.shields.io/npm/v/@tone-row/next-static-export) ![Minified Size](https://img.shields.io/bundlephobia/min/@tone-row/next-static-export) ![Issues](https://img.shields.io/github/issues/tone-row/next-static-export) ![License](https://img.shields.io/github/license/tone-row/next-static-export)
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