so I’ve spent some more time with om/next since the meetup on Thursday
and come to the conclusion that there are a lot of good ideas buried in a mess of complication
and while the work project on om/current would benefit from some of those ideas,
I’m actually concerned about how to build large apps in om/next sanely
because EVERY mutation has to go through the parser
and you can’t create one-off mutations
so I’m left wondering things like, is it even possible to create generic re-usable components?
thinking about it a bit more,
the big hoopla around om/next has to do with state management between data and view
the problem is that it’s coupling the view to the implmentation too much
that was my concern also, but I guess not every component needs to express its needs