Jeeho Ahn

Results 11 comments of Jeeho Ahn

I have some ideas.. How about importing everything from the components directory? Then the editor would somehow render it in the server(for a screenshot) and we could use it just...

It should be possible to implement multiple pages, I might make a PR some time for it. We just have to make an array with all the elements, separated by...

> _Note:_ An open question is what to do with [dynamic-routes](https://nextjs.org/docs/routing/dynamic-routes). At that point we could just create a custom server. It'll make a lot of things easier, without trying...

Damn, I wasted hours trying to make the images(which use next/image) to load...

This is because DOM APIs like document does not exist in a SSR environment. Try running the Locomotive Scroll init code inside a useEffect, so the code that accesses the...

This project seems cool, I'll investigate more if I have time. The Next.js Image component does help prevent layout shifting and such, but it's very complicated to actually style the...

> This gives the bundler used by the framework (webpack for Next.js, vite for Rakkas) a chance to preprocess the image. I'm not sure how else it could be implemented....

Having similar issues here. However, I only have a single `useSession` hook, and no queries on the page.

If I'm understanding correctly, shouldn't `consul_bind_address` be configured to the address of the interface in `consul_iface` by default? Edit: seems like #40 is kinda related

Having the same issue here. I see no shadow for `craft.js.org`, but I can confirm that there is a shadow when I run it locally (even in production). I also...