3.0.0 • Published 5 years ago

redux-api-rest-hocs v3.0.0

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

Redux-rest-api-hocs

https://travis-ci.org/Dracks/redux-api-rest-hocs.svg?branch=master

This is a list of React HOC to be used with https://github.com/Dracks/redux-api-rest

Sample Usage of LoadingHoc

import { restChain } from 'redux-api-rest-hocs'
...
let ComponentWithLoading =  restChain()
    .setProperty('propWithRestData')
    .withLoading(LoadingComponent)
    .build(Component)

You can check it on the RestChain.test.tsx more examples

3.0.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.0-beta

6 years ago