You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprekoi react-hookstore. Alla poistettavat storet. Apollo Client säilyttää välimuistissaan tilaa ajaen storejen tarkoituksen. Katso esimerkkeinä commitit: 596bbfe, a98d1e8, b1c4d88
groupStore
teacherStore
lockedGroupsStore
groupsUnsavedStore
grouplessStudentsStore
mockingStore
The text was updated successfully, but these errors were encountered:
tikibeni
changed the title
Refaktoroi storet
Apollo Client: Refaktoroi storet
May 10, 2021
tikibeni
changed the title
Apollo Client: Refaktoroi storet
Refaktoroi storet
May 10, 2021
Kevään 2021 ryhmä deprekoi jo useamman storen, mutta työ jäi kesken. Storen deprekoinnin yksityiskohdat ovat tapauskohtaista, kannattaa tutustua Apollo Clientiin hyvin. Kannattaa ensin tutkia, mitkä React-komponentit tarvitsevat tilaa, ja mitkä komponentit päivittävät sitä. Jos storessa säilytetään dataa, joka haetaan palvelimelta, niin tuo data luultavasti sijaitsee jo Apollo Clientin välimuistissa. (Apollo Client dev tools)[https://www.apollographql.com/docs/react/development-testing/developer-tooling/] auttaa välimuistin visualisoinnissa.
Deprekoi react-hookstore. Alla poistettavat storet. Apollo Client säilyttää välimuistissaan tilaa ajaen storejen tarkoituksen. Katso esimerkkeinä commitit: 596bbfe, a98d1e8, b1c4d88
The text was updated successfully, but these errors were encountered: