|
|
|
|
|
by SkepticalWhale
410 days ago
|
|
Minimizing state simplifies the codebase but it’s a trade off. There are times the user experience is just objectively better with more state, and you have to weigh the costs. If I am filling out a very long form (or even multi-page form) I don’t really want all that state lost if I accidentally refresh the page. |
|