> What did we replace it with? No framework whatsoever
They bragged, about the single worst web UI I have to use on a daily basis. Github.com combines the worst elements of static and dynamic web-pages:
- If something gets updated on the backend, it will update on the frontend
- Except all the times it doesn't
- If you change something on the frontend, it will update on the page
- Unless you interact with the page in any way after that, like changing tabs???
What you end up with is a frontend that uses a lot of AJAX, but still requires constant hard refreshes to see accurate information. It's an absolute disaster.
They bragged, about the single worst web UI I have to use on a daily basis. Github.com combines the worst elements of static and dynamic web-pages:
- If something gets updated on the backend, it will update on the frontend
- If you change something on the frontend, it will update on the page What you end up with is a frontend that uses a lot of AJAX, but still requires constant hard refreshes to see accurate information. It's an absolute disaster.