|
|
|
|
|
by pllbnk
3 days ago
|
|
I have been building a small web app for my family recently. I was planning to host it on my own server and not do any fancy reactive and asynchronous stuff. It was a simple multi-page app with simple forms and links. And it sucked because we didn’t know who was doing what live, we needed to refresh pages needlessly just to see if something has changed. Funny that it seemed fine while I have been the only user testing the app but once we got more family members in what seemed like “production ready” it was immediately obvious that it needed interactivity. |
|