-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Server side rendering. #37
Comments
I don't currently have time do attempt this but another option would be to try https://github.com/Olical/react-faux-dom. |
Hi @DylanPiercey Thanks for the suggestion here, Sorry I'm a little busy at work recently and don't have time to look at this. I'll take some time to look into this probably this weekend. |
@DylanPiercey Have you had a chance to demo SSR w/ react-chartist? I just did a quick test with the example code from the repo and the response is:
with this code:
This is because the first revolution of the DOM So, the answer to this is No. You cannot achieve server side render, with the current npm package. |
Can you use https://github.com/panosoft/node-chartist to achieve server side rendering with chartist?
Might not work since node-chartist is async but I'd love an isomorphic charting solution 😞.
The text was updated successfully, but these errors were encountered: