cra-template-rb
Version:
The official React Boilerplate template for Create React App
10 lines (8 loc) • 335 B
text/typescript
// [IMPORT NEW CONTAINERSTATE ABOVE] < Needed for generating containers seamlessly
/*
Because the redux-injectors injects your reducers asynchronously somewhere in your code
You have to declare them here manually
*/
export interface RootState {
// [INSERT NEW REDUCER KEY ABOVE] < Needed for generating containers seamlessly
}