Nitin Tulswani

Results 45 comments of Nitin Tulswani

It may not be possible to add page number component right now because `redocx` uses [officegen](https://github.com/Ziv-Barber/officegen) and its author is working on some fixes, new features and stability (this is...

Woah! That's awesome 👍

Well, I am not sure about this because it relies on [officegen](https://github.com/Ziv-Barber/officegen) and I don't know (for the moment) how to structure the API. Do you have any suggestions?

I haven't tried to use this with CRA. I wanted to try for the web demo but I'm waiting for the officegen update (support for web). Redocx uses officegen behind...

Seems great to me! Can you upload a gif or something to show its behaviour? Then I'm happy to merge this!

Thanks for letting me know about this. Just updated the tutorial and also the code. For reference, [here](https://github.com/nitin42/Making-a-custom-React-renderer/blob/master/src/components/Document.js) is the link to a custom component in `docx` environment that uses...

Oh! I think we can drop `render` method from the classes since it is not required for the example in the guide. Though I've used it earlier when I created...

Updated the guide with best practices 😄