AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Incerdom vs Elm Model - What's the Difference?
Inkerdom took the pattern that elm popularized and left it relatively unchanged, with the exception of a single edition. Inkerdom takes the elm model and adds this more powerful incrementalization framework. One of the things that i think incremental does differently than your average react application is that it also incrementally computes the state machine transition functions. These apply action, and this is really nice. It means that you can thread values throughout your application and make use of them in the state machine Transition function. But it does mean that combining components becomes a lot harder because you've not only got to take the views from multiple components and stitch them together into one parent view. The way that