My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

React + Redux Container Pattern, is it necessary for a real project?

Tien Q Tran's photo
Tien Q Tran
·Jun 7, 2019

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?