Replies: 2 comments 1 reply
-
|
@markerikson I assume you have watched this talk? The big takeaway for me was:
Any thoughts? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I have definitely seen that, very cool. I even kind of convinced you that it was ok to deprecate “connect” (I think) 😄congrats this is actually sorta your fault for prompting that discussion :)
https://bsky.app/profile/acemarke.dev/post/3m6avdjfog32n
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anybody been able to leverage any concurrent react features to create a more performant UI?
I know that the redux updates themselves cannot be interruptable until concurrent stores are a thing, but perhaps it is still possible to improve certain performance in some cases using these concurrent react?
Tried asking ChatGPT a bit, and it seems to think that this should work. But I'm an old head so I dont really trust AI that much, and this doesn't match what I have experienced when I have tried.
https://chatgpt.com/share/69358d70-64b8-800f-af54-9fffeb6cbb60
Disclaimer: I do find the whole concept of actions and transitions to be slightly confusing, so I might be "holding it wrong" whenever I try to do it...
Beta Was this translation helpful? Give feedback.
All reactions