wsdt / Wavect__s_f_websitereact

Public website for Wavect.io
https://wavect.io
MIT License
0 stars 0 forks source link

Add PreRendering or Isomorphic Rendering for SEO & Performance #32

Open wsdt opened 4 years ago

wsdt commented 4 years ago

I would say we should use Next.JS. How to migrate: https://www.pheuberger.com/convert-create-react-app-to-nextjs/

Possible other solutions: https://github.com/chrisvfritz/prerender-spa-plugin/tree/master/examples/create-react-app

https://www.npmjs.com/package/react-isomorphic-render https://github.com/nfl/react-helmet#server-usage https://github.com/GoogleChrome/rendertron/tree/master/middleware https://github.com/GoogleChrome/rendertron https://github.com/react-static/react-static

much more to find! E.g. Gatsby, ...