Skip to content

GriffinCooksApps/react-hooks-system

Repository files navigation

react-hooks-system

Small light weight flux system using react hooks

NPM JavaScript Style Guide

Install

npm install --save react-hooks-system

Usage

import React from 'react';
import HookFluxSystem from 'react-hook-system';

HookFluxSystem(reducerMap, );

export const App = () =>{
    return ( 
    <HookFluxSystem.Provider onReady={ready}>
        <RemainingApplication/>
    </HookFluxSystem.Provider>);

}


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors