Where to Hold React Component Data: state, store, static, and this
Sam Corcos
28510

Interesting. All the approaches have different addOne and constructor methods implementation. It seems that you have to choose quite early the right state store, otherwise you’ll have lots of code to change.