Pooya Parsa
Pooya Parsa
We can also SSR render banner but I'm not sure if it violates EU rules or not to keep consent cookie in cookies. [cookiebot](https://www.cookiebot.com) for instance is doing this so...
Yes. We can make use of a cookie know consent status universally. Just wanted to ensure this is okay :)
Hi Addy, indeed that is the module. We moved best community implementation to `nuxt-community` org and almost done a full rewrite. I will try to publish it this weekend and...
@addyosmani Using [google-fonts](https://github.com/nuxt-community/google-fonts-module) module should do most of optimizations for font preload/prefetching without manually optimizing by developer. @anton-karlovskiy Can you please make a PR to try it? (maybe with also...
vue-movies seems a really neat candidate and since it is already built with nuxt2 we mostly need to do some code cleanups aligning with latest version of nuxt. We also...
For sure feel free tagging me and daniel for any help we could do :) And it is much better what Anton is going to do to find out real...
Hi @anton-karlovskiy. Sorry I've been inactive for few days. Sure, Actually there are few more improvements coming to my fork which I wish we used same git history to be...
Related feature request (https://github.com/nuxt/image/issues/105). We should support it via `` soon (so automatically injects `` to head)
Hi @anton-karlovskiy. Actually it is nice to also use keep-alive to reuse created dom elements and vue instance. Also it is important to keep reusable data in global state (vuex...
Hi @anton-karlovskiy. I fully agree that using swr fetching for cache would be much better to cache API responses rather than keeping them in global state (vuex or other solution)....