hyperstatic
hyperstatic copied to clipboard
Routing, prerendering, code splitting and prefetching for hyperapp
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Currently hyperstatic mounts on a div- element with an id of "hyperstatic". Would be good to also have the option to mount on the element instead.
While I understand the convenience of everything "just working" by providing a div with a "hyperapp" ID, I feel it would allow more people to use hyperapp/hyperstatic if we allow...
Is it correct that the exported Init function for pages only runs in develop mode? In production it seems that the data is being loaded from the cached json-file. Although...
Would it be possible to add some kind of middleware or hook to run transformations during prerender? I'm using penthouse for example to inline critical css in the page. I'm...
After configuring Tailwind in a project created with `hyperapp-starter` I noticed 2 things: 1. Autoreload has a delay of ~1.5s 2. Couldn't use Tailwind classes globally, such as `Hello`, but...
I have been thinking about this for some time now. Let me make a sample project, and while I do that, perhaps you can let me know how I can...
When building links with the builtin Link-component I notice that the page *doesn't* automatically scroll back to the top when rendered. Is there an action or effect that we can...
The current implementation of the router (depending on parsing the current DOM into virtual nodes) seems like not very good practice and is definitely not declarative. I have two potential...
On my linux host I can't run the default `npm run prerender` (`npm run build && hyperstatic`) because puppeteer hangs when running in a sandbox. A quick DDG for "--no-sandbox"...