https://github.com/castle2668/react-user-list
Max's React Course Practice Project 03: Fragments, Portals, useRef (Section 8-9)
https://github.com/castle2668/react-user-list
react react-portals useref-hook
Last synced: about 1 year ago
JSON representation
Max's React Course Practice Project 03: Fragments, Portals, useRef (Section 8-9)
- Host: GitHub
- URL: https://github.com/castle2668/react-user-list
- Owner: castle2668
- Created: 2021-09-13T10:50:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T08:31:45.000Z (over 4 years ago)
- Last Synced: 2024-11-12T22:34:59.211Z (over 1 year ago)
- Topics: react, react-portals, useref-hook
- Language: JavaScript
- Homepage: https://sealman234.github.io/react-user-list/
- Size: 518 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React User List
This is a complete practice project.
## Install the dependencies
```git
npm install
```
## Start the project
```git
npm start
```