- Apr 09, 2023
-
-
Konrad Mohrfeldt authored
We have properties like header, that contain objects that need to be merged recursively.
-
- Apr 06, 2023
-
-
Konrad Mohrfeldt authored
We sometimes will want to use these in instanceof checks to narrow down types so they should have been exported in the first place.
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
The type for new or updated data rarely is the same as the one returned from the API as the data will likely include readonly fields that should not be modified.
-
Konrad Mohrfeldt authored
The cached result is usually sufficient and we don’t necessarily need fresh data from the API.
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
API store consumers shouldn’t be able to modify the internal state of the store.
-
- Apr 05, 2023
-
-
Konrad Mohrfeldt authored
Not all API endpoints will have the same behaviour. Some may only allow updates but can’t remove items, others will use a paginated result list instead of a plain result array.
-
Konrad Mohrfeldt authored
Sometimes it’s nice to let the URLBuilder build other URLBuilders.
-
- Feb 28, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-