Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server-side rendering #24

Open
joernroeder opened this issue Mar 5, 2015 · 3 comments
Open

server-side rendering #24

joernroeder opened this issue Mar 5, 2015 · 3 comments

Comments

@joernroeder
Copy link

Hey,
i'm currently just playing around, and looked over the source. I saw that you're referencing the window object at some points. As far as i checked it out this will throw an Error and makes server side rendering impossible. Do you have any plan to support React.renderToString aka. server-side rendering ?

Thanks in advance!

@seanpharvey
Copy link

I had the same challenge. This component is a super user friendly component for client-side, but when you're doing isomorphic rendering it's not quite ready for prime time.

You might want to check out https://github.com/matnel/react-maps. Implemented server and client-side together with no issues.

@ivosabev
Copy link

Any movement on this issue?

@joernroeder
Copy link
Author

@ivosabev i've ended up using https://github.com/MicheleBertoli/react-gmaps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants