Created
July 3, 2018 19:23
-
-
Save roelofjan-elsinga/cc9745fc68d382ed965941a0e7d220eb to your computer and use it in GitHub Desktop.
The example initial state in Redux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import {IAppState} from "../interfaces/state"; | |
export const INITIAL_STATE: IAppState = { | |
languages: [] | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment