Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Railsアプリケーションにsidekiqジョブがあります。 そして、私のサイトにはいくつかの反応コンポーネントがあります。
sidekiq ジョブが成功した後、Rails アプリのページを自動的に更新するにはどうすればよいですか?
最善の方法は、websocket を送信して反応させることだと思います。したがって、react は websocket をリッスンする必要があります。