DEV Community

Discussion on: Gatsby vs Next.JS - What, Why and When?

Collapse
 
ashoksudani profile image
ashoksudani

Hi James,

I am building a small react application but with two html entry points,1) login.html 2) signup.html and both pages will share many common components.

SEO : Nice to have
API : All api request will be done from browser only
SSR : Nice to have
Performance : Business critical

Considering that which option will be best for me?

1) CRA : I have worked on this but as I know it will require a lot of customisation e.g. ejecting CRA, customise webpack config for multiple entries etc.
2) Next.JS and Gatsby : I have not worked before.

Looking forward to know your thoughts. Thank you.