What are the best practices when normalizing Redux data?
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?