framework7-nextjs-starter icon indicating copy to clipboard operation
framework7-nextjs-starter copied to clipboard

How to fetch the page data?

Open applecat opened this issue 3 years ago • 0 comments

Is there a right place where I can fetch the data? I've tried next's getStaticProps and getServerSideProps and they work only on first request after page reload. If I come to the page from another page nothing fetches. getInitialProps seems not working at all.

applecat avatar Jun 14 '21 06:06 applecat