framework7-nextjs-starter
framework7-nextjs-starter copied to clipboard
I don't want to rewrite manually all my routes, but dynamically load them as next does. how to do it?
Here is how to run it with Yarn 2. You have to explicite declare dependencies: ``` "skeleton-elements": "^3.5.0", "swiper": "^6.8.4" ```
Many people want the iOS design of framework 7, and I think they'll be wondering how to enable themed fixation in the framework. What if we make a button that...
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...