reason-react-example
reason-react-example copied to clipboard
Using array instead of list on todo mvc
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