p
Size: a a a
p
D
ЕЧ
И
fetch('api/vkusers/')
.then(response => response.json())
.then(users => {
this.setState({
vkuserslist: users,
});
});
И
ЕЧ
СР
p
И
ЕЧ
ЕЧ
p
p
ЕЧ
И
p
СР
A
A
ЕЧ
const self = this
window.addEventListener('resize', function(event) {
self.width = event.width
})
window.addEventListener('resize', event => {
this.width = event.width
})