Open fariborz0015 opened 1 year ago
Next.js has handled very good! you don't need this package
@moyongshi, both projects are dead. Have you tried to set srcSet in Next.js? It's not possible
@fariborz0015 thanks for your question. We are not very familiar with Next.Js, but have you tried wrapping the next/image
component with LazyLoadComponent
? You could use the LazyLoadImage
implementation as a reference, but changing <img>
with the Next.Js image component.
hello my friend ,
thank you for your great package
my main stack is NextJs developing and i need in improve performance case in my project to use the next js local image tag from "next/image"
is exist any way to pass the this component as a node to lazyLoad component to use this node for load image replace html image tag ?