~repos /atoms-state

#js#react#flux

git clone https://pyrossh.dev/repos/atoms-state.git

Simple State management for react


db9d7f6a pyros2097

4 years ago
fix readme
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -66,7 +66,6 @@ const Counter = () => {
66
66
  <p>userId: {todo.userId}</p>
67
67
  <p>title: {todo.title}</p>
68
68
  <p>completed: {todo.completed}</p>
69
- <p>Sum: {sum}</p>
70
69
  <button onClick={completeTodo}>Toggle Complete</button>
71
70
  </div>
72
71
  );