Next.js Discord

Discord Forum

Client side vs server side rendering

Unanswered
Transvaal lion posted this in #help-forum
Open in Discord
Transvaal lionOP
I'm sure this question gets asked a lot but I'll ask anyways. I'm currently playing around with building a ecommerce platform for a clothing store. Naturally, I want to implement search filters (like choosing specific colors/brands/etc), but for those to work, it seems like i'd have to do CSR in order to use useState/useEffect. However, rendering the images of all the products client-side seems like it would cause significant slowdown. what should i do here? thanks!

0 Replies