Questions tagged [reactjs]
122 questions
8
votes
1 answer
How will React 0.14's Stateless Components offer performance improvements without shouldComponentUpdate?
This question has been going round and round in my head since I read the release notes (and other related hype) around React 0.14 - I'm a big fan of React and I think that stateless components…

Dan Roberts
- 303
1
vote
2 answers
is a react container component an instance of the adapter pattern?
I'm referring to the two types of react components - presentation component and container component. In a more platform-agnostic description, is the container component just an adapter for a presentation component and the rest of the system? Or is…

Andy
- 187
0
votes
3 answers
When does it make sense to make an individual React component?
The most obvious criteria for me is for component re-usability, as well as internal state management but aside from that are there are any other good reasons?
For instance, I could have a component called ArticleFeed.js. Within ArticleFeed.js I…

connected_user
- 477