logoalt Hacker News

jmulltoday at 12:10 AM1 replyview on HN

> By using React, you embrace building applications with a pattern of reactivity and modularity, which people now accept to be a standard requirement, but this was not always obvious to early web developers.

This is quite a whopper. For one thing, the web started off reactive. It did take a while for a lot of people to figure out how to bring that to client-side rendering in a reasonably decent way (though, I'm sorry, IMO that doesn't actually include react). Second, "modularity" has been a thing for quite some time before the web existed. (If you want to get down to it, separating and organizing and your processes in information systems predate computers.)


Replies

pmontratoday at 5:51 AM

> the web started off reactive

I was there but I didn't notice reactivity. Maybe we are using two different definitions of reactivity. Do you care to elaborate?

I agree that "It did take a while for a lot of people to figure out how to bring that to client-side rendering in a reasonably decent way".