Replies: 1 comment
-
I'm not really involved in the react ecosystem anymore, so I'm always grateful if someone suggests an improvement. |
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.
-
From what I understand in the code all locale loading merges data into one somewhat global data structure. Therefor
useSyncExternalStore
which is a relatively new API in React would be a good match for accessing this data. Has anybody played around with that concept already?Beta Was this translation helpful? Give feedback.
All reactions