UNPKG

@aleleba/create-react-ssr

Version:

Starter Kit of server side render of react

7 lines (6 loc) 200 B
import { IChangeHelloPayload } from '@actions'; export interface IInitialState { testReducer?: IChangeHelloPayload | undefined } const initialState: IInitialState = {}; export default initialState;