はじめに Vuexを使用している時に、ネストしたデータを非常に扱いにくいと感じたことはないでしょうか? 今回はそういった悩みを持って開発をしている人向けにnomalizrを紹介していきたいと思います。 normalizrとは https://github.com/paularmstrong/normalizr ↑が公式のライブラリで 下記のように記載してあります。 Motivation Many APIs, public or not, return JSON data that has deeply nested objects. Using data in this kind of structure is often very difficult for JavaScript applications, especially those using Flux or Redux. So