Browse Source

update

master
Yutsuo 6 years ago
parent
commit
f04b4122f8
  1. 2
      05-hooks/src/App.js

2
05-hooks/src/App.js

@ -15,7 +15,7 @@ const Counter = () => {
);
};
const List = () => {
const ShoppingList = () => {
const inputRef = useRef();
const [items, dispatch] = useReducer((state, action) => {
switch (

Loading…
Cancel
Save