|
|
|
|
|
by shooly
1 day ago
|
|
> React/Vue/etc solve a specific problem: single-page application That's not true. They solve the problem of requiring separate code paths for interactive elements - one for initial render and another for updates. Previously the server rendered the initial HTML and then client JS updated it after e.g. user clicks a button, but with React/Vue/etc., it's merged into one code path because HTML is derived from the current state. > Even multi billion companies hiring leetcode ninjas can't get acceptable user experience Modern UX is bad because many front-end programmers fundamentally just do not care about the UX, it's not about the specific tech they use. |
|
This is untrue and is weird misunderstanding on your part. Most of modern UX and UI is designed to fit the needs of the customer for the frontend team/dev: the product or marketing or sales department. The user of the website is very rarely the customer for the dev.