Javascript
Quick Post – injecting HTML components in React
It’s incredibly hard to find a way to inject HTML DOM elements in React. Yeah, we probably should migrate them to react, etc, etc, but sometimes this is not possible: suppose you have a library that returns an HTMLElement, with handlers already set, callbacks, etc, but you’re rendering your app Read more…