All Projects → redux-json-api → Redux Json Api

redux-json-api / Redux Json Api

Redux actions, action creators and reducers to make life with JSON APIs a breeze.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Redux Json Api

Json Api Dart
JSON:API client for Dart/Flutter
Stars: ✭ 53 (-85.83%)
Mutual labels:  json-api, jsonapi, hacktoberfest
Json Api
Implementation of JSON API in PHP 7
Stars: ✭ 171 (-54.28%)
Mutual labels:  json-api, jsonapi, hacktoberfest
Jsonapi Rails
Rails gem for fast jsonapi-compliant APIs.
Stars: ✭ 242 (-35.29%)
Mutual labels:  json-api, jsonapi
php-serializer
Serialize PHP variables, including objects, in any format. Support to unserialize it too.
Stars: ✭ 47 (-87.43%)
Mutual labels:  json-api, jsonapi
FSharp.JsonApi
Use F# to create and consume flexible, strongly typed web APIs following the JSON:API specification
Stars: ✭ 20 (-94.65%)
Mutual labels:  json-api, jsonapi
Coloquent
Javascript/Typescript library mapping objects and their interrelations to JSON API, with a clean, fluent ActiveRecord-like (e.g. similar to Laravel's Eloquent) syntax for creating, retrieving, updating and deleting model objects.
Stars: ✭ 149 (-60.16%)
Mutual labels:  json-api, jsonapi
Jsonapi Utils
Build JSON API-compliant APIs on Rails with no (or less) learning curve.
Stars: ✭ 191 (-48.93%)
Mutual labels:  json-api, jsonapi
fire
An idiomatic micro-framework for building Ember.js compatible APIs with Go.
Stars: ✭ 56 (-85.03%)
Mutual labels:  json-api, jsonapi
Symfony Jsonapi
JSON API Transformer Bundle for Symfony 2 and Symfony 3
Stars: ✭ 114 (-69.52%)
Mutual labels:  json-api, jsonapi
laravel5-jsonapi-dingo
Laravel5 JSONAPI and Dingo together to build APIs fast
Stars: ✭ 29 (-92.25%)
Mutual labels:  json-api, jsonapi
json-api-serializer
Node.js/browser framework agnostic JSON API (http://jsonapi.org/) serializer.
Stars: ✭ 141 (-62.3%)
Mutual labels:  json-api, jsonapi
jsonapi-deserializable
Conveniently deserialize JSON API payloads into custom hashes.
Stars: ✭ 23 (-93.85%)
Mutual labels:  json-api, jsonapi
Jsona
Data formatter that creates simplified objects from JSON or stored reduxObject, creates JSON from the same simplified objects (in according with JSON API specification)
Stars: ✭ 144 (-61.5%)
Mutual labels:  json-api, jsonapi
Jsonapi Rb
Efficiently produce and consume JSON API documents.
Stars: ✭ 219 (-41.44%)
Mutual labels:  json-api, jsonapi
Jsonapi.rb
Lightweight, simple and maintained JSON:API support for your next Ruby HTTP API.
Stars: ✭ 116 (-68.98%)
Mutual labels:  json-api, jsonapi
jsonapi-serializable
Conveniently build and efficiently render JSON API resources.
Stars: ✭ 43 (-88.5%)
Mutual labels:  json-api, jsonapi
Reservoir
A back end for your front end: a content repository. Powered by Drupal 8, JSON API and OAuth2.
Stars: ✭ 262 (-29.95%)
Mutual labels:  json-api, jsonapi
Loopback Component Jsonapi
JSONAPI support for loopback.
Stars: ✭ 104 (-72.19%)
Mutual labels:  json-api, jsonapi
Laravel Api Boilerplate
A Boilerplate Project For Laravel API's (NOT MAINTAINED)
Stars: ✭ 113 (-69.79%)
Mutual labels:  json-api, hacktoberfest
json-server
Create a dummy REST API from a json file with zero coding in seconds
Stars: ✭ 34 (-90.91%)
Mutual labels:  json-api, jsonapi

Redux JSON API

Make Redux 💜 JSON API

Build Status

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

Use 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.

Please raise any questions as an Issue or submit your contributions as a Pull Request. Remember to review our contributions guidelines.

Table of contents

  1. Set-Up & Configure
  2. API
  3. Selectors
  4. Good reads
  5. Contribute
  6. Contributors

Good reads

  • Working Example App - Quickstart guide to a minimal implementation of Redux JSON API 2
  • Redux - Read about redux and core principles.
  • JSON API - Read about the specifications for JSON API.

Contribute

Got any feedback or suggestions? Review our contribution guidelines.

Contributors

Made with 💜 from Copenhagen and the world. Originally forged in a Founders startup.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].