React + Redux Container Pattern, is it necessary for a real project?
It's Optional, be able to apply or not
88%
It's Mandatory Standard, have to apply
13%
8 votes · Closed
I am a newbie in React & Redux, I saw that there is React + Redux Container Pattern. We separate the component to Presentational component & Container component.
Is this pattern needed and do I need to apply to a real project or not? Or I have to apply to the project as one of the standards?