Skip to content

Commit

Permalink
[use-effect-hook] Remove TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroomes committed Jan 13, 2024
1 parent 7ca32c4 commit 18f5f20
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 622 deletions.
3 changes: 2 additions & 1 deletion use-effect-hook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ it).
Follow these instructions to build and serve the program:

1. Pre-requisite: Node.js
* I used version 18.15.0
* I used version 20.11.0
2. Install the dependencies
* ```shell
npm install
Expand All @@ -42,6 +42,7 @@ General clean-ups, todos and things I wish to implement for this project:
the event listener on every render. The trick is to use `useCallback`.
* [x] DONE (I tried that but then iframes make for a more reduced (and thus easier to learn) example) Can I have both `CursorSpolight` and `CursorSpotlight2` in the code at the same time? I want two boxes. On mouse
enter, I want to enable the spotlight.
* [x] DONE Remove TypeScript from this project. It's not essential to the example.
## Reference
Expand Down
Loading

0 comments on commit 18f5f20

Please sign in to comment.