next-sanity-image
next-sanity-image copied to clipboard
Serverside rendering support
So, this library does handle a lot of stuff automatically for me which is nice. What I don't entirely like is the fact that I'm forced to use client side rendered images. That makes some images take longer than what I'd like to load in the client- hence making for a worse UX.
Please correct me if I'm wrong, but if we get rid of the React-specific hooks like useMemo, the main function can be called from server side async components, right?
I'm a bit of a newbie here, so please correct my observation if I'm mistaken.
Came looking for the same thing