Todo App. A simple way to work with de dom. We will create a simple form with one text field and a submit button, using the method React.createClass, so let’s do it : We have two classes, one for create every task and other for refresh every task on the browser. We can show items […]