Sign in
Log inSign up

What are the best practices when normalizing Redux data?

John Medina's photo
John Medina
·Nov 11, 2016

If yes, have you optimised your API calls to send the data in a normalized form, as required by your front-end Redux store, or do you modify it once you fetch the dat in the front-end? Which way is more appropriate?

Also, do you use any third-party libraries for doing this?