I was looking for a rich text editor with KendoReact, and I happened upon the react wrapper for kendo ui. This confused me. So is the wrapper just a wrapper around the kendo ui javascript library that lets me use it in a react application whereas KendoReact is a full on react implementation of the components? Which should we use? Can/should I use BOTH? Is the react wrapper for each kendo ui component limited in any way? If I can just use the wrapper, why does KendoReact exist?
If I use the wrapper, does the Kendo UI code get included in my webpack bundle.js? or is that a separate include?