shurcooL / home

home is Dmitri Shuralyov's personal website.
https://dmitri.shuralyov.com
MIT License
76 stars 2 forks source link

move web app logic to frontend, implemented as a single-page application #40

Closed dmitshur closed 4 years ago

dmitshur commented 4 years ago

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.