peachylabs / peach.moe

Quality anime, easily searchable
2 stars 1 forks source link

Rethink Redux App Architecture #1

Open raywan opened 9 years ago

raywan commented 9 years ago

The current application uses the same architecture as the redux-example by quangbuule.

However, it may be in our interest to research which one of these work the best. I think leaning towards a simpler side would be best.

Other redux "boilerplates" are: react-redux-universal-hot-example redux-react-router-async-example

raywan commented 9 years ago

A new "demo" came up today.

react-redux-demo

This structure may be worth considering.