Skip to content

Commit

Permalink
Push notification test
Browse files Browse the repository at this point in the history
  • Loading branch information
0hhanum committed Apr 3, 2024
1 parent 3b68212 commit 989c52d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/scripts/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ const fetchUsers = async () => {
throw new Error("NO USERS");
}
const users = snapshot.val();
console.log("Users: ", users);
return users;
};

Expand Down
2 changes: 1 addition & 1 deletion contents/react/automaticBatching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ category: "react"
description:
- 리렌더링 최적화를 위해 상태 변경을 한 번에 처리해요.
- React 18 부터 Automatic batching을 지원해요.
- 리액트 이벤트 핸들러가 아니여도 배칭이 가능해요.
- 리액트 이벤트 핸들러가 아니여도 배치 처리해요.
---

# batching?
Expand Down

0 comments on commit 989c52d

Please sign in to comment.