~repos /atoms-state
git clone https://pyrossh.dev/repos/atoms-state.git
Simple State management for react
db9d7f6a
—
pyros2097 4 years ago
fix readme
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
|
);
|