top | item 41745771

(no title)

cabalamat | 1 year ago

> Creating websites and apps is simply too complex

And the solution, of course, is a framework on top of a framework on top of JS and the DOM. OK, maybe I'm being too harsh.

discuss

order

mplewis|1 year ago

The problem of integrating high-quality modern UI with complex live data is something that is actually complicated! Your choices here are limited:

1. Write lots of code to deal with the complicated problems

2. Use a framework that abstracts around these problems and solves some of them for you

3. Cut features from your app

This framework helps you with approach 2. If you don't want to use it, you are welcome to use approaches 1 or 3.

breakfastduck|1 year ago

The problem is most people think their app is super complex and requires some mad thing that's actually complicated when actually its a glorified crud.

cabalamat|1 year ago

> high-quality modern UI

I do think that some UIs are more complex than they need to be.

aatd86|1 year ago

Every problem can be solved by adding an extra layer of indirection xD

lioeters|1 year ago

Except the problem of too many layers of indirection.