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>

Package Sidebar

Install

npm i trigo-react-app

Weekly Downloads

2

Version

4.1.1

License

MIT

Last publish

Collaborators

  • trigo-admin