I want to create an e-commerce platform that requires rendering the page on the server (calculating the initial state on the server), but using React or vue components for filtering, and changing the initial state by getting the filtered data using api calls. < /p>
Do you know of any JavaScript frameworks that support combining server-side and client-side rendering in one route/page?
Next JS can achieve this. It supports server-side and client-side rendering.
Here is an example that combines the two: