I needed to add create-react-class both as an npm dependency and had to explicitly load it and deal with it in index.html to get the todo-mvc app running. I'm new to React, so I'm not sure why this component is necessary, but perhaps this is helpful.
I needed to add
create-react-class
both as an npm dependency and had to explicitly load it and deal with it inindex.html
to get the todo-mvc app running. I'm new to React, so I'm not sure why this component is necessary, but perhaps this is helpful.