Giter Club home page Giter Club logo

observable-redux-json-api's Introduction

Observables + Redux + JSON API

Greenkeeper badge

NPM version Build Status Build status PRs Welcome

This library is intended for use in web applications build on Redux, which consumes data from a JSON API.

Use observable-redux-json-api to have one simple way of storing resource objects in Redux state along with it's CRUD API, which provides easy ways to create, read, update and delete resources.

observable-redux-json-api is a library based on redux-json-api (big thanks to them).

The main difference is that instead of Promises it uses RxJS Observables for all its CRUD methods.

Observables give you better control of the network requests compared to promises. You can for example easily cancel or retry the requests using RxJS.

Why should you use observable-redux-json-api instead of redux-json-api?

✓ Compatible with Typescript (includes type definitions).
✓ ECMAScript 5 compatible, no need to add polyfills for browsers that do not support ECMAScript 6.
✓ You can easily cancel or retry network requests using RxJS.
✓ Compatible with redux-observable.

Table of contents

  1. Set-Up & Configure
  2. API
  3. Example app
  4. Typescript example app

observable-redux-json-api's People

Contributors

kristerkari avatar greenkeeper[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.