Hacker News new | ask | show | jobs
by tomaszs 1957 days ago
After 20 years of working with frontends mostly I consider that there are three causes of problems with GUI:

- it is badly designed. If state is too hard to manage it means often that the design is bad

- state is not the most important part of the UI. Interaction and being elastic to changes are the most important things

- frontend is often overengineered in a bad way. When you use bad solutions like React or Redux there is no change there won't be any problems.