Skip to content

Commit fbced54

Browse files
authored
Merge pull request json-api#1517 from dashcraft/gh-pages
Add spraypaint and mobx-async-store to implementations
2 parents 3e4b537 + 5c289b1 commit fbced54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

implementations/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ isomorphic ActiveRecord clone that issues JSON:API requests instead of SQL and i
5454
* [jsonapi-redux-data](https://github.com/wednesday-solutions/jsonapi-redux-data) - a library that makes integration of jsonapi with react + redux effortless and easy.
5555
* [jsonapi-fractal](https://github.com/andersondanilo/jsonapi-fractal) JSON:API Serializer inspired by Fractal (PHP)
5656
* [ts-japi](https://github.com/jun-sheaf/ts-japi) - A zero-dependency, highly-modular, js/ts-friendly, recursible, framework-agnostic library for serializing data to the JSON:API specification. Serializes the entire specification.
57+
* [mobx-async-store](https://github.com/artemis-ag/mobx-async-store) - A Mobx-based store for async data fetching and state management for the JSON:API specification.
58+
* [spraypaint](https://github.com/graphiti-api/spraypaint.js) - JS Client for Graphiti similar to ActiveRecord. Written in Typescript but works in plain old ES5 as well. This library is isomorphic - use it from the browser, or from the server with NodeJS.
5759

5860
### <a href="#client-libraries-typescript" id="client-libraries-typescript" class="headerlink"></a> Typescript
5961
* [ts-angular-jsonapi](https://github.com/reyesoft/ts-angular-jsonapi) A JSON:API library developed for AngularJS in Typescript

0 commit comments

Comments
 (0)