I have a sidekiq jobs in my rails application.
And I have a few react components on my site.
How can I make my rails app page automatically update after the sidekiq job succeeds?
I have a sidekiq jobs in my rails application.
And I have a few react components on my site.
How can I make my rails app page automatically update after the sidekiq job succeeds?
I think that best way is to send websocket to react. So, react should listen for a websockets.