Skip to content

Lit.Elmish compared to useElmish Hook #70

Answered by AngelMunoz
JoschuaL asked this question in Q&A
Discussion options

You must be logged in to vote

They are actually complementary approaches if needed, both work and behave in a similar way.

The MVU pattern is a really good one when it comes to make predictable systems, but I feel it is optimized for that, not necessarily for app size.

the most difficult for me in pure MVU apps is when apps grow, and you end up with a gigantic update function and several child loops that also have their own big update functions once things go bigger and bigger

Some people claim they still had success even for 100k LoC app sizes, but I haven't really seen one of those.

Some other people saw this as a potential divergence from pure MVU and more into a hybrid approach: Components + MVU

The later leverage…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by JoschuaL
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants