redux-supermodel
Advanced tools
Comparing version 0.9.0 to 0.10.0
{ | ||
"name": "redux-supermodel", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "A package of action creator functions and reducers that deal with the state management of REST-like APIs for you... all you need is a URL!", | ||
@@ -44,2 +44,3 @@ "repository": "https://github.com/MrLeebo/redux-supermodel", | ||
"mocha": "^3.2.0", | ||
"mock-require": "^2.0.1", | ||
"nyc": "^10.0.0", | ||
@@ -46,0 +47,0 @@ "react": "^15.4.2", |
# redux-supermodel | ||
[![Build Status](https://travis-ci.org/MrLeebo/redux-supermodel.svg?branch=master)](https://travis-ci.org/MrLeebo/redux-supermodel) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/13429c5aaf274e1189e839675cb31969)](https://www.codacy.com/app/MrLeebo/redux-supermodel?utm_source=github.com&utm_medium=referral&utm_content=MrLeebo/redux-supermodel&utm_campaign=badger) | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/13429c5aaf274e1189e839675cb31969)](https://www.codacy.com/app/MrLeebo/redux-supermodel?utm_source=github.com&utm_medium=referral&utm_content=MrLeebo/redux-supermodel&utm_campaign=badger) [![Build Status](https://travis-ci.org/MrLeebo/redux-supermodel.svg?branch=master)](https://travis-ci.org/MrLeebo/redux-supermodel) [![dependencies Status](https://david-dm.org/MrLeebo/redux-supermodel/status.svg)](https://david-dm.org/MrLeebo/redux-supermodel) [![devDependencies Status](https://david-dm.org/MrLeebo/redux-supermodel/dev-status.svg)](https://david-dm.org/MrLeebo/redux-supermodel?type=dev) | ||
@@ -40,3 +40,3 @@ Streamline the effort it takes for you to communicate between your [Redux](http://redux.js.org/) Store and a REST-like API. This is a package of action creator functions and reducers built with [axios](https://github.com/mzabriskie/axios) and [redux-promise-middleware](https://github.com/pburtchaell/redux-promise-middleware) that handle the resource state management for you... all you need is a URL! | ||
if (!ready) return <div className="loading">Please wait...</div> | ||
if (error) return <div className="error">{error.message}</div> | ||
if (error) return <div className="error">{error.response.data}</div> | ||
@@ -43,0 +43,0 @@ const rows = payload.data.map(blog => <tr><td>{blog.title}</td></tr>) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22998
11
15
374
29