|
|
|
|
|
by Cshelton
3808 days ago
|
|
Ok I see now.
I think both methods have a place going into the future. What I've understood from Relay/Falcore/etc. is those technologies are great for something like Facebook or Netflix, hence why they made the frameworks, but for many other cloud/web apps, it may not make sense. A single atom app state works really well. Is that along the lines of the right thinking? I'm using React+redux along with websockets and haven't had any problems with large state trees, but the whole state can be sent to and from the server very fast as it's not too big. I'm sure Elm will have something comparable to Om Next/Relay/falcore as well then, to solve those use cases. |
|
The question is, are the majority of apps better suited for a tree-based state or a queryable graph? I'm not sure, but it's at least even.
I've heard Elm is working on something similar, so I wouldn't be surprised if that happens.