add react-hooks-demo play demonstrating core React hooks#1696
add react-hooks-demo play demonstrating core React hooks#1696IT0506 wants to merge 1 commit intoreactplay:mainfrom
Conversation
This PR adds a new Play called "React Hooks Demo". It demonstrates the following hooks: - useState (counter) - useEffect (timer) - useMemo (expensive calculation optimization) - useRef (input focus) - useCallback (memoized function) The play provides simple interactive examples to help beginners understand how these hooks work. Signed-off-by: Ifraah Tabassum <81137447+IT0506@users.noreply.github.com>
✅ Deploy Preview for reactplayio ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Hey! contributor, thank you for opening a Pull Request 🎉.
@reactplay/maintainers will review your submission soon and give you helpful feedback.
If you're interested in continuing your contributions to open source and want to be a part of a welcoming and fantastic community, we invite you to join our ReactPlay Discord Community.
Show your support by starring ⭐ this repository. Thank you and we appreciate your contribution to open source!
Stale Marking : After 30 days of inactivity this issue/PR will be marked as stale issue/PR and it will be closed and locked in 7 days if no further activity occurs.
|
There hasn't been any activity on this pull request recently, and in order to prioritize active work, it has been marked as stale. This PR will be closed and locked in 7 days if no further activity occurs. Thank you for your contributions! |
Description
This PR adds a new Play called "React Hooks Demo".
It demonstrates the following hooks:
The play provides simple interactive examples to help beginners understand how these hooks work.
Type of change