Reputation: 59
I've created a react redux project, now how do I add some SEO functionalities to project? I do not want to waste much time while refactoring codes.
Upvotes: 1
Views: 49
Reputation: 4281
componentDidMount
is not called. This indeed helps if you want to do some AJAX data fetching (which you only want to do on the client).react-router
you need to setup the serverside route matchingHere are some more details: React can be used on server side rendering. What does that mean?
Upvotes: 1