reasonml-old / reason-react-example

Examples for ReasonReact
649 stars 116 forks source link

Using array instead of list on todo mvc #46

Open praveenperera opened 6 years ago

praveenperera commented 6 years ago

What are your thoughts on changing todo-mvc to model the todos as an array instead of a list.

Use array. React children should probably not be modeled as a list

ref: https://github.com/reasonml/reason-react/issues/192