Closed
Description
What is the new or updated feature that you are suggesting?
In Concurrent Mode, it important to permit the use of the new features on react 18 such as startTransition and suspense for deffered loading and also the new component SuspenseList to improve performance and the app loading.
Calling startTransition with redux state causes an exception startTransition is not a function
Why should this feature be included?
In my case my home page contains a lot of data, so the loading is slow and the UI is not as smooth as it should be during the loading even if the component is loaded but because the entire page is not fully loaded yet is not possible to click and navigate on the page and this is because of state changes.
What docs changes are needed to explain this?
adding all this to docs allows people using redux to using this feature.
Metadata
Metadata
Assignees
Labels
No labels