Embed react app into shopify theme

Bump!

I’m using Cart’s API in my custom react component to add items to cart by sending POST request to /cart/add.js. Is there any way to update the UI such as CartCount and display that “Just added to your cart” notification?

I could just query that using document.getElementById(“CartCount”) but it feels like a hack. There is a method for that in theme.js (using basic Deput) but i am not sure how to call that function.