Hacker News new | ask | show | jobs
by rankam 2322 days ago
What does the next keyword do? I see it in examples, but couldn't find anything about in the docs (or maybe I overlooked it)
1 comments

It steps the sate forward, think of it as `this.setState`.
Got it - thanks!