Next.js support?
bluengreen opened this issue · 1 comments
bluengreen commented
I was gonna try to use this with Next.js to simplify the universal side. I thought I'd ask here first and see if anyone has tried this. If so, what was your experience?
Thanks in advance.
sdgluck commented
Hi @bluengreen, I think this would be possible. You would have to use the Next.js API rather than their out-of-the-box solution in order to run the Kasia preloaders prior to Next.js doing its thing. Next.js doesn't come with any kind of a store so you'd also have to do all the usual set-up as per Kasia docs. Let us know how you get on!