Skip to content

functional HOC's that can be composed to achieve complicated business goals

Notifications You must be signed in to change notification settings

altitudelabs/react-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-compose

functional HOC's that can be composed to achieve complicated business goals

Goal

This library aims to provide various functional high order components that can be used in both react web and react-native.

Build

npm install
npm run build

Development

npm install
npm run build:watch

this should run babel on src to lib directory on change

Example

cd example
npm install
npm run build:watch

should have webpack dev server running on 8080

Folder structure

project
└───example // example react web project to try & test & demo the module
│   │   ...
│   
└───src // source directory for the module. you will edit this folder to add/update features
│   |   ...
│
└───lib // main package.json directory. 
    │   // This is where babelified js files end up in, to be bundled by tools like webpack by the library users.
    │   ...

About

functional HOC's that can be composed to achieve complicated business goals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published