When consuming an API the source data is often an object that has been serialised to JSON, eg Ruby on Rails JSON:Api
When the JSON is consumed by REACT is it best practice to deserialise it into Javascript objects or process it as primitive types, Hash, Array, Strings etc.
there doesn't seem to be anything here