Evan Klein
Evan Klein
> Curious, why would you use websockets outside a browser context? I'm building a client side application which needs to maintain an established connection with a web server so the...
> How common is it for you to perform some async action and state.set(result_of_async) where let state = use_state(...);? I mean, this seems like the standard way to do this,...
@hamza1311 There's no guidance on that page for doing anything similar with non-function components, fyi. From a user's standpoint, I think it'd be helpful to add a new section to...
Also - just to anyone who stumbles upon this: I've found the most concise way to handle async requests within a component lifecycle function (like `rendered`) is to use `send_future`...
I also attempted to move the re-sort logic out of the `SetParametersAsync` and into the other lifecycle methods such as `OnAfterRender`, to test to see if the table was being...