Skip to content

Commit c1a4969

Browse files
authored
Merge pull request json-api#1523 from CodingItWrong/remove-reststate
Remove Reststate implementations
2 parents fbced54 + 8d25935 commit c1a4969

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

implementations/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ assembled to vet them.
4646
isomorphic ActiveRecord clone that issues JSON:API requests instead of SQL and is part of the larger [JSONAPI Suite](https://jsonapi-suite.github.io/jsonapi_suite).
4747
* [jsonapi-vuex](https://github.com/mrichar1/jsonapi-vuex) A module for interacting with a jsonapi service using a Vuex store, restructuring/normalizing records to make life easier.
4848
* [heather-js](https://github.com/bitex-la/heather-js) A library for parsing JSONAPI into objects from ES6 classes.
49-
* [@reststate/client](https://client.reststate.codingitwrong.com/) - a stateless client providing easy access to standard JSON:API operations for a configured resource.
50-
* [@reststate/mobx](https://mobx.reststate.codingitwrong.com/) - a zero-configuration way to fetch and store JSON:API data in objects implemented with the MobX state management library, for use in React or other apps.
51-
* [@reststate/vuex](https://vuex.reststate.codingitwrong.com/) - a zero-configuration way to fetch and store JSON:API data in Vuex stores.
5249
* [@hyral/core](https://github.com/SyneticNL/Hyral) - An advanced, documented, easily extendable and lightweight (JSON:)API abstraction library with ORM-like CRUD support, automatic relationships handling and support for multiple (different) backends.
5350
* [@hyral/vue](https://github.com/SyneticNL/Hyral/tree/master/packages/vue) - Vue(x) integration for [@hyral/core](https://github.com/SyneticNL/Hyral) for Store-module creation and mixins
5451
* [jsonapi-redux-data](https://github.com/wednesday-solutions/jsonapi-redux-data) - a library that makes integration of jsonapi with react + redux effortless and easy.

0 commit comments

Comments
 (0)