5 ms·
I totally agree with you! I've used react and redux in almost every project last year, but that doesn't mean the entire web app was written using react and redu
by aaronmu 8y ago
I totally agree with you! I've used react and redux in almost every project last year, but that doesn't mean the entire web app was written using react and redux. 50 ~80% was plain old static content rendered on the server.
A dynamic client side UI is more expensive to build compared to static html rendered on the server. Our software usually aims to solve a business problem for as little money as possible so we only build these dynamic ui's when they're absolutely required.