DEV Community

Discussion on: React SSR fetch per components

Collapse
 
nikhilambre003 profile image
Nikhil Ambre

With next JS if you use 'getServerSideProps', It can fetch with each component having this method. Next Js is good for SSR and improving. Only thing I don't like with Next Js is routing with pages folder, It brings multiple restrictions.