если у меня изменились данные sotre (хранилище в redux) для компоненте Filter, а данные в sotre (хранилище в redux) для компонент List нет и при этом в в компоненте большой список
tarting with this release, this.refs.giraffe is the actual DOM node.
Note that refs to custom (user-defined) components work exactly as before; only the built-in DOM components are affected by this change.
<Input value={this.props.id} onChange={this.props.onNameChange} type="text"/>
The API is similar to React.createClass with the exception of getInitialState. Instead of providing a separate getInitialState method, you set up your own state property in the constructor.