I want to move in the general direction of having web app logic run primarily on the frontend rather than on the backend. This means the web apps for notifications, issues, and changes (perhaps more in the future) should be implemented as a single-page application.
The motivation is to prioritize and improve:
the speed at which I can iterate and implement changes to said applications
ability to have highly interactive pages with real-time updates
At some short- and medium-term (but not long-term) cost to:
page load performance
page load resource size
(I might explain the reasons in more detail later, when I'm feeling less lazy.)
I want to move in the general direction of having web app logic run primarily on the frontend rather than on the backend. This means the web apps for notifications, issues, and changes (perhaps more in the future) should be implemented as a single-page application.
The motivation is to prioritize and improve:
At some short- and medium-term (but not long-term) cost to:
(I might explain the reasons in more detail later, when I'm feeling less lazy.)
This is the tracking issue for this work.