How do you use React.js for SEO?

前端 未结 6 1293
星月不相逢
星月不相逢 2021-01-30 01:34

Articles on React.js like to point out, that React.js is great for SEO purposes. Unfortunately, I\'ve never read, how you actually do it. Do you simply implement _escaped_

6条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-30 02:01

    Two nice example implementations:

    • https://github.com/erikras/react-redux-universal-hot-example: Uses Redux, my favorite app state management framework
    • https://github.com/webpack/react-starter: Uses Flux, and has a very elaborate webpack setup.

    Try visiting https://react-redux.herokuapp.com/ with javascript turned on and off, and watch the network in the browser dev tools to see the difference…

提交回复
热议问题