Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I think they’re referring to how Reacts mental model is to wipe the page and rerender. The earliest versions basically did that, and then they started diffing and applying the diff.



They're referring to a specific bit of code in that Eureka repo that sets innerHtml = "" and then does .appendChild(). They just apparently didn't notice that the code doesn't use React at all (and is meant to demonstrate the use of vanilla modern JS without React).


Yep that’s what I was alluding to as well. I’m pretty sure they noticed it wasn’t using react.

The comment was a reference to the fact that if you don’t use a framework, you’ll end up a building one anyway.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: