Hacker Newsnew | past | comments | ask | show | jobs | submit | mfpiccolo's commentslogin

Thanks! I will check those out.

Abstracting the adapter layer is in the roadmap both for the specs (GraphQL, JsonAPI, nested or custom) and for the state managment (Redux, Mobx, Unstated, React setState, Pain JS Object, etc.)


Just and FYI BlueChip and PostgREST serve different purposes.


The library is fetch agnostic so the api calls are not under the umbrella. The differentiator here is that you can take GraphQL payloads and/or JsonAPI (and in the future, custom payloads), normalize them into a store and select from them using the ORM. This allows you to use this setup with basically any JS state management system that opens and API to the client side store.


BlueChip is specifically for managing this data on the client. It is fetch and API agnostic. As soon as implement plugins normalization you could use postgREST with BlueChip.


I will check that out today and add it to the list of integrations if it does (it should if it complies with JsonAPI)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: