Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jorgenevens/rest-store

Opinionated set of methods to deal with REST api's in state containers such ax Vuex and Redux
https://github.com/jorgenevens/rest-store

flux react reactjs redux rest rest-api restful-webservices state state-management vuejs vuejs-plugin vuex

Last synced: 29 days ago
JSON representation

Opinionated set of methods to deal with REST api's in state containers such ax Vuex and Redux

Awesome Lists containing this project

README

        

# REST store

[![CircleCI](https://circleci.com/gh/JorgenEvens/rest-store.svg?style=svg)](https://circleci.com/gh/JorgenEvens/rest-store)

Opinionated set of methods to deal with REST api's in state containers
such ax [Vuex](https://vuex.vuejs.org/) and [Redux](https://redux.js.org/)

A demo implementing a GitHub client is available from [JorgenEvens/demo-github-client](https://github.com/JorgenEvens/demo-github-client)

# Usage

```sh
npm install --save @jorgenevens/rest-store
```

```js
// ES6 modules
import { attach } from '@jorgenevens/rest-store';

// CommonJS
const { attach } = require('@jorgenevens/rest-store');
```

## Contributing

I really appreciate any contribution you would like to make, so don't hesitate to report an issue or submit pull requests.

## About me

Hi, my name is [Jorgen Evens](https://jorgen.evens.eu). By day I built things (mainly in PHP and JavaScript) for [Ambassify](https://ambassify.com) and by night I tinker around with these kinds of projects.