Shadow refactoring and improvements (#1959)
* Make shadow a type-only concept * Prevent unnecessary init state recalc * Use derived state instead of effects * Batch emitter updates * Use object first seen time instead of dataUpdatedAt * Stop threading dataUpdatedAt through * Use same value consistently
This commit is contained in:
parent
f18b9b32b0
commit
4c4ba553bd
27 changed files with 115 additions and 203 deletions
1
src/lib/batchedUpdates.ts
Normal file
1
src/lib/batchedUpdates.ts
Normal file
|
@ -0,0 +1 @@
|
|||
export {unstable_batchedUpdates as batchedUpdates} from 'react-native'
|
2
src/lib/batchedUpdates.web.ts
Normal file
2
src/lib/batchedUpdates.web.ts
Normal file
|
@ -0,0 +1,2 @@
|
|||
// @ts-ignore
|
||||
export {unstable_batchedUpdates as batchedUpdates} from 'react-dom'
|
Loading…
Add table
Add a link
Reference in a new issue