Skip to content
This repository has been archived by the owner on Mar 22, 2020. It is now read-only.

Is It Server Side Rendering ? I think react-helmet doesn't work when changes page #4

Open
gagahkharismanuary opened this issue Apr 30, 2018 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@gagahkharismanuary
Copy link

Hi,

I tried your boilerplate and I used to see source page when changes page and it's not changed in the meta tag to support SEO

@flexdinesh
Copy link
Owner

flexdinesh commented May 13, 2018

@gagahkharismanuary We don't have any server side rendering here. We use react-helmet to take care of <meta> and all other tags in <head>.

Refer to this link for more info - react-helmet

@chernysh
Copy link

@flexdinesh Any plans to make it isomorphic?

@flexdinesh
Copy link
Owner

flexdinesh commented May 15, 2018

@chernysh This is interesting. Right now the whole app is client-centric. Absolutely zero server side logic at all. But it'd be great to make it isomorphic and configurable, meaning we should be able to turn server-side rendering on and off with one config variable.

@flexdinesh flexdinesh added the help wanted Extra attention is needed label Jun 9, 2018
@oyeanuj
Copy link

oyeanuj commented Dec 22, 2018

Also would be super interested in making this setup SSR-friendly! I feel like that is the last missing part to make this super useful for all kinds of projects..

@northfoxz
Copy link

Please, please don't make it isomophic, the point of this repository(to me) is to stay simple and focused.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants