framework7-nextjs-starter
framework7-nextjs-starter copied to clipboard
How to fetch the page data?
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.