zakodium-oss / react-plot

Library of React components to render SVG 2D plots. You can check the story book https://react-plot.pages.dev/ or have a look to the extensive documentation
https://react-plot.zakodium.com
MIT License
12 stars 6 forks source link

feat: implement createSVG to render react-plot svg in server-side #459

Open wadjih-bencheikh18 opened 1 year ago

netlify[bot] commented 1 year ago

Deploy Preview for react-plot ready!

Name Link
Latest commit 3524084b1454c873b73fed7cfc1465001eee264d
Latest deploy log https://app.netlify.com/sites/react-plot/deploys/63b38536ba12de0008dbb724
Deploy Preview https://deploy-preview-459--react-plot.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

targos commented 1 year ago

I don't think we should expose such a method. It is easy enough and more flexible to directly call the React APIs where we need them server-side.

targos commented 1 year ago

@lpatiny we discussed this and I thought you agreed?