Skip to content

Latest commit

 

History

History

normalizr-relationships

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dealing with Relationships

Occasionally, it is useful to have all one-to-one, one-to-many, and many-to-many relationship data on entities. @data-client/normalizr does not handle this automatically, but this example shows a simple way of adding relationship handling on a special-case basis.

Running

# from the root directory:
yarn
# from this directory:
yarn start

Files

  • index.js: Pulls live data from input.json and normalizes the JSON.
  • input.json: The raw JSON data before normalization.
  • output.json: The normalized output.
  • schema.js: The schema used to normalize.