Update notification state

Is using state managers to update state while values are updated on the database a safe production ready solution?

I’m implementing a notification button with the number of unread notifications on it and I’m not too keen on using Redux to “mock” the values.

Is that an industry standard way of doing things or is there a better way ?
Was this page helpful?