UNPKG

meme-magic

Version:

An A-Frame, React, Redux front-end with Sessions, Websockets, SQL, and Authentication built into the backend.

11 lines (8 loc) 279 B
import { Map } from 'immutable'; // I prefer having a hardcoded initial state so we can have an idea of what it looks like. const initialState = Map({ welcomeText: 'Welcome to Meme Magic.', isInitialized: false, isAFrame: false }); export default initialState;