5 ms·
At first blush, the mental model reminds me of ASP.NET WebForms.
by burnstek 12y ago
At first blush, the mental model reminds me of ASP.NET WebForms.
- danabramov 12y agoYou can say its mental model has similarities to WebForms except for the ugly “pretend server is stateful”.
- aboodman 12y agoerr, 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.