DEV Community

Discussion on: Dynamic image placeholder in Next.js

Collapse
 
codegino profile image
Carlo Gino Catapang • Edited

Thanks for the feedback. There should be no layout shift if svg is send using getStaticProps or getServerSideProps. However, if svg is populated in the client(e.g.useEffect) there will be, which is not a use case for this solution.