I'm building a basic view article component, backed by a Rails API. The API unfortunately returns html, which is what my component will display.
Now, I need to build some features that will require me to have some control over the html response. For example, i need to be able to attach react bindings to the anchor tags in the response.
Anyone have experience with this type of problem or have any suggestions?