← Back to context

Comment by whstl

2 months ago

> The fact that a text box can temporarily hold some text in it doesn't make it stateful

And this is exactly what 90% of SPAs are doing, including the example in the article of doing a GET and then a POST request.

> The frontend code has a state and the backend code has a state, both of which may be different at any given time.

Same for a plain-HTML form.