Y
Hacker News
new
|
ask
|
show
|
jobs
by
burnstek
4187 days ago
At first blush, the mental model reminds me of ASP.NET WebForms.
2 comments
aboodman
4187 days ago
err, WebForms is the exact opposite. WebForms is about taking something stateless (HTML) and making is stateful. React takes something stateful (the DOM) and makes it stateless.
link
danabramov
4187 days ago
You can say its mental model has similarities to WebForms except for the ugly “pretend server is stateful”.
link