DEV Community

Discussion on: Who's looking for open source contributors? (May 29 edition)

Collapse
 
egeriis profile image
Ronni Egeriis Persson

I have started implementing a new library, react-redux-json-api, with the aim of simplifying consuming JSON:API endpoint in React, using my already existing redux-json-api. github.com/redux-json-api/react-re...

Would love contributions in the forms of ideas and code.

Readme contains some sparse ideas, to better understand the scope, I'm highly inspired by Apollo Client apollographql.com/client

There are some benefits for particular applications, to use redux-json-api over a GraphQL structure though, e.g. optimizing how many resources are stored in redux (because resources are never duplicate) and support for all the great JSON:API features, like pagination.