Skip to content

Instantly share code, notes, and snippets.

@roelofjan-elsinga
Created July 3, 2018 19:23
Show Gist options
  • Save roelofjan-elsinga/cc9745fc68d382ed965941a0e7d220eb to your computer and use it in GitHub Desktop.
Save roelofjan-elsinga/cc9745fc68d382ed965941a0e7d220eb to your computer and use it in GitHub Desktop.
The example initial state in Redux
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