trigo-react-app

4.1.1 • Public • Published

trigo-react-app

Heavily opinionated react app boilerplate

Install

yarn add trigo-react-app

Usage

import { ReactApplication } from 'trigo-react-app';

const reducers = {
    auth: authReducer,
    demo: demoReducer,
    ...
};

<ReactApplication reducers={reducers}>
    <App />
</ReactApplication>

/trigo-react-app/

    Package Sidebar

    Install

    npm i trigo-react-app

    Weekly Downloads

    3

    Version

    4.1.1

    License

    MIT

    Last publish

    Collaborators

    • trigo-admin