erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
11.99k stars 2.5k forks source link

integrating normalizr? #1039

Open casertap opened 8 years ago

casertap commented 8 years ago

The real-world example is using normalizr to describe schema of the data and flatten all models on frontend side. I am wondering why the hot example is not using normalizr? Does anyone have experience modeling data with normalizr?

mmahalwy commented 8 years ago

I do. The thing about normalizr is it will opinionate your backend (for example, we made a decision to side-load objects vs nest them) that may not be suitable for this boilerplate. That's out of my experience but I could be wrong.

donpinkus commented 8 years ago

+1

ivanpodgurskiy commented 7 years ago

I'm currently developing project based on hot example and want to use normalizr. Could somebody suggest a proper way to integrate normalizr taking in account project's structure? Thanks in advance.