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.04k stars 205 forks source link

Support of script re-evaluation #65

Closed aigooman closed 4 years ago

aigooman commented 4 years ago

Does instant.page support scripts re-evaluate as InstantClick does? For example:

    InstantClick.on('change', function () {
        //do something
    });
dieulot commented 4 years ago

No, there’s no need because unlike InstantClick instant.page doesn’t make your site into an SPA. Write your code as if instant.page wasn’t there.