Hacker News new | ask | show | jobs
by mgummelt 2235 days ago
Can you give an example of a problem that would take significantly longer solving with React than with DOM manipulation?
1 comments

You want to log an integer to the console 100,000 times? Not sure why you would, but you can do that in a React event handler or lifecycle method.