Reactjs Tutorial / QuickStart - Learn React State (Video 7 of 8)

preview_player
Показать описание
In this video you'll learn where to store state information in your react app.
Learn how to use state in React.

Signup for the entire course here:

Рекомендации по теме
Комментарии
Автор

Hmm, but setState is asynchronous isn't it? In that case, wouldn't it be safer to grab the input value from e.target.value instead of this.state.channelName?

coolshanth