Skip to content

Commit

Permalink
chore: add testing links
Browse files Browse the repository at this point in the history
  • Loading branch information
betich committed Oct 23, 2023
1 parent ea4a2ea commit 3f23ea2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/content/roadmap/frontend-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ React มี Hook ที่ชื่อว่า `useEffect` ที่สาม

### Testing

- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/)
- [Jest](https://jestjs.io/)
- [Cypress](https://www.cypress.io/)

### `useMemo` and `useCallback`

- [useMemo - React Docs](https://react.dev/reference/react/useMemo)
Expand Down

0 comments on commit 3f23ea2

Please sign in to comment.