debois / elm-parts

Elm library to reduce Elm Architecture boilerplate
Apache License 2.0
62 stars 11 forks source link

Any plans to port it to 0.17 #3

Closed lambder closed 8 years ago

lambder commented 8 years ago

I'm new to elm but after few days of learning it I already feel the pain of lack of compose-ability. The description of the elm-parts seams to second that. Now, it is quite hard to apply patterns design for 0.16 to 0.17 for someone just started to learn elm. Do you have any plans to port it to 0.17?

debois commented 8 years ago

Done, but it did require major changes. The Observation mechanism had to go, but could conceivably be put back in—open an issue if you need it.