Fork me on GitHub
#rum
<
2017-03-09
>
mruzekw17:03:09

I’m currently long polling a url and I’d like the results to display in a rum component. What’s the best way to accomplish this?

mruzekw17:03:17

We only have access to state during certain lifecycle methods, and it’s all done synchronously

misha18:03:27

@mruzekw update some atom on response, rum/react to that atom?

mruzekw18:03:15

That’s what I was thinking too. I’ll give it a try