I've started playing in a branch in adding functionality and following the TodoMVC spec
I'm curious how would you approach implementing persistence?
My first thought was just make a View and combine it, but Ohm restricts me from doing that or does it provide another way to hook up?
Also, @Boothead would you be interested in dropping virtual-dom in favor of React?
I like what Joel is doing with react-haskell
I've started playing in a branch in adding functionality and following the TodoMVC spec
I'm curious how would you approach implementing persistence?
My first thought was just make a
Viewand combine it, but Ohm restricts me from doing that or does it provide another way to hook up?Also, @Boothead would you be interested in dropping
virtual-domin favor ofReact?I like what Joel is doing with react-haskell