NWACus / avy

Mobile-Native Viewing of NAC Avalanche Forecasts
MIT License
10 stars 6 forks source link

Memoize more ObservationListView state #684

Closed beaucollins closed 6 months ago

beaucollins commented 6 months ago

The assumption here is that the state from usePendingObservations is stable between calls. These changes then will crate stable references for observationsSection and sections between renders.

beaucollins commented 6 months ago

How is this my first time hearing of react-forget!?