Skip to content

Releases: barteh/react-withservice

v1.0.63

12 Nov 09:50

Choose a tag to compare

react Hook supports AsService (dataService)

useService is new react Hook added to project

v1.0.59

17 Oct 14:33

Choose a tag to compare

react hook support added


- useService added

-useAction added

const {status,data,error,retry}=usService(service,[params]);
//OR
const [status,data,error,retry]=usService(service,[params]).toArray();

some help on readme

01 Sep 02:21

Choose a tag to compare

v1.0.42

readme

v1.0.23

26 Jul 10:10

Choose a tag to compare

version 1.0.23


stable version

  • fixed all errors.
  • eslint full check code.
  • travis-CI build passed.

version 1.0.2

26 Jul 00:29

Choose a tag to compare

progress:

  • Eslint added to project
    -travis-CI auto build added build