Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 913 Bytes

jsonapi.md

File metadata and controls

11 lines (7 loc) · 913 Bytes

Normalizr and JSONAPI

If you're using JSONAPI, you're ahead of the curve, but also in a bit of a tough spot. JSONAPI is a great spec, but doesn't play nicely with the way that you want to manage data in Redux/Flux style state management applications.

Just as well, Normalizr was not written for JSONAPI and really doesn't work well. Instead, stop what you're doing now and check out some of the other great libraries and packages available that are written specifically for normalizing JSONAPI data*:

Note: These are in no particular order. Review all libraries on your own before deciding which is best for your particular use-case.