instantpage / instant.page

Make your site’s pages instant in 1 minute and improve your conversion rate by 1%
https://instant.page
MIT License
6.01k stars 206 forks source link

Not compatible with SPA navigation #80

Closed alicescfernandes closed 1 year ago

alicescfernandes commented 3 years ago

Can we have a version that doesn't uses const? I'm currently mantaining an app that persists the state (the window variable) and one thing: either the scripts is loaded at every navigation, causing it to break due to to reatributting const variables

dieulot commented 1 year ago

The script is designed to be loaded as a module script (type=module in HTML or import() in JS) and not as a classic script, doing so will avoid variables trying and failing to be reassigned.