Hey folks,
I’m part of a major e-commerce company in India, and we’re looking to refresh our technology. Currently, we’re running React 16 with a custom server-side rendering setup, and SEO remains a top priority for us.
We’re experimenting with React 19, Next.js 15, and Remix to see which one fits best. We rely heavily on SSR and an infinite scroll feature for our product listings, so getting pure HTML on the first render is essential even if hydration is supported by Google now.
We’re encountering several challenges with Next.js 15 in implementing SSR for our infinite scroll. Has anyone else dealt with similar issues?
What would be your recommendation? Are there any potential alternatives or improvements we might have overlooked?
Additionally, with React 19 introducing RSC and DocumentHead, can it truly enhance our SEO performance?
Thanks for your insights!
hey there! i’ve worked with next.js on some big e-commerce sites and the infinite scroll can be tricky. we solved it by using getServerSideProps for the first load, then client-side fetching after. have u tried that? remix might be worth a look too - its nested routing could be handy. as for react 19, the new RSC stuff looks cool but def test it out first. good luck with ur project!
Having worked on a few large-scale e-commerce platforms myself, I’ve found that while Next.js offers solid SSR and SEO capabilities, the integration of infinite scrolling can become complex without a tailored solution. We tackled this by leveraging getServerSideProps for the initial load, then shifting to client-side fetching to ensure subsequent content rendered smoothly. Remix, with its nested routing and flexible data handling, might prove to be a better fit if Next.js starts to feel constraining. As for React 19, its new RSC and DocumentHead features show promise but require careful testing in a staging environment.
Hey there, AdventurousHiker76! Wow, sounds like you’re tackling quite the project. I’m super curious about your experiences so far!
Have you considered looking into some of the newer static site generators? I’ve heard great things about Astro and Gatsby for e-commerce. They might offer some interesting alternatives for your SEO needs.
I’m really intrigued by your infinite scroll challenges with Next.js 15. What specific issues are you running into? It’d be fascinating to hear more details.
Also, I’m dying to know - how’s the performance of your current setup? Are you seeing any major bottlenecks that are driving this upgrade?
Oh, and speaking of React 19, have you had a chance to play around with the new RSC features in a test environment yet? I’d love to hear your initial thoughts!
Keep us posted on what you decide. It’s always exciting to see how these big tech decisions play out in the real world!