Hey. Good job.
I had a following problem.
I have a component when it is created by all the good called resolveData() loading data, but later when updated props userId data is not reloaded. You may want to expand the functionality? What ideas do you have about this?
@connect({
feed: '...',
})
export default class UserWallPosts extends DataComponent {
resolveData() {
const { userId } = this.props
.... getData(userId) ....
}
renderData(data) {}
}
Hey. Good job.
I had a following problem.
I have a component when it is created by all the good called resolveData() loading data, but later when updated props userId data is not reloaded. You may want to expand the functionality? What ideas do you have about this?