You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @gitbrent ,
I'm Marco and i'm working on a react renderer to bind PptxGenJS.
In the meantime i studied a bit the library implementation to be sure i get the meaning of each attributes/setting.
And then i realized that writing XML in JS is a pain :).
So i created a React Renderer that generates XML string starting from JSX syntax and features.
I applied the renderer to gen-xml.ts just for curiosity and I was wordering if maybe this renderer could be applied to PptxGenJS library.
So that you don't have to deal with strings manipulation, but you can use JSX components. You can find below some screenshots of a possible development experience.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi @gitbrent ,
I'm Marco and i'm working on a react renderer to bind PptxGenJS.
In the meantime i studied a bit the library implementation to be sure i get the meaning of each attributes/setting.
And then i realized that writing XML in JS is a pain :).
So i created a React Renderer that generates XML string starting from JSX syntax and features.
I applied the renderer to gen-xml.ts just for curiosity and I was wordering if maybe this renderer could be applied to PptxGenJS library.
So that you don't have to deal with strings manipulation, but you can use JSX components. You can find below some screenshots of a possible development experience.
thanks for your time
Marco
Beta Was this translation helpful? Give feedback.
All reactions