Y
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
millstone
2235 days ago
https://bugs.chromium.org/p/chromium/issues/detail?id=604033
link
mgummelt
2234 days ago
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.
link