- Notifications
You must be signed in to change notification settings - Fork24
Closed
Description
E.g. insrc/reducers/Store, theStore namespace can be flattened out:
exporttypeCounter={value:number,}exporttypeAll={counter:Counter,isSaving:boolean,isLoading:boolean,error:string,}
...and its effect still captured nicely via import:
import*asstorefrom'./src/reducers/store'conststate:store.All=// ...
HT@egmanoj for the suggestion!
Metadata
Metadata
Assignees
Labels
No labels