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

Results 6 framework7-nextjs-starter issues
Sort by recently updated
recently updated
newest added

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...