Proxily is a library for managing state in a non-prescriptive way. It re-renders components as state changes. While Proxily does not use immutable state it provides many of the same benefits. There is no need to annotate or describe the state shape as Proxily will discover it as it navigates through the state hierarchy.
MIT License
1
stars
0
forks
source link
Warning from react when using useObservableTransition on large writes. #8
Using
useObservableTransition
to update a bunch of items triggers a warning from React.I thought the whole purpose of
startTransition
was to work within the new concurrency rules?