• Phil Pluckthun's avatar
    (react) - New MutableSource-like hooks implementation for suspense/concurrent (#1335) · e9962bdc
    Phil Pluckthun authored
    * Add cache and mutable source based Suspense implementation
    
    * Add cache reclaim logic to delete unmounted cache data
    
    * Move state helpers to shared file
    
    * Update useSubscription to a matching implementation
    
    * Update tests for useSubscription
    
    * Remove useSource.ts
    
    * Refactor dependencies to be checked with utility
    
    * Fix formatting of reclaim in cache.ts
    
    * Preserve useSubscription state on render update
    
    * Fix executeQuery state transition
    
    * Add missing dependencies to executeSubscription
    
    * Add changeset
    
    * Prevent noop operation for network-only operations in executeQuery
    e9962bdc
Name
Last commit
Last update
..
Mutation.test.tsx Loading commit data...
Mutation.ts Loading commit data...
Query.test.tsx Loading commit data...
Query.ts Loading commit data...
Subscription.ts Loading commit data...
index.ts Loading commit data...