Nick Medrano
Nick Medrano
I agree this is much needed. Thanks.
@dvns Did you ever figure this out? I'm battling the same issue.
Hi guys, any chance we can get this PR merged? Thank you!
For anyone wondering, I reached out to the imagekit devs and they are working on a fix.
Can you share a code sample of how you have this set up for SSR? Thank you.
@davestewart Thanks! Doesn't pre-rendering basically build the pages before deployment? If so, that is different than SSR because with SSR the pages are dynamically rendered as the server requests them...
Hello, I am trying to find a masonry layout package that works with SSR. Can someone update me on whether this library works in Nuxt's SSR mode? If not, anyone...
@AndrewBogdanovTSS Thanks for the update, Andrew! The only thing I've been able to do is use Bootstrap and then write some logic to chunk the fetched data array into 3...
Just found this ported version of vue-masonry-wall. It works for me...even with SSR! https://vue2-masonry-wall.yeger.eu/ And my sandbox: https://codesandbox.io/s/yeger-masonry-vue2-v03xv?file=/pages/index.vue No hydration issues, either.
I think I ran into that same issue. In my case, I am using NuxtJS (not NextJS) and what I did for this part of the course was use BootstrapVue's...