https://github.com/stefee/my-react-examples
JavaScript code examples to help with understanding React.
https://github.com/stefee/my-react-examples
Last synced: 5 months ago
JSON representation
JavaScript code examples to help with understanding React.
- Host: GitHub
- URL: https://github.com/stefee/my-react-examples
- Owner: stefee
- Created: 2021-06-12T13:23:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T12:26:46.000Z (about 5 years ago)
- Last Synced: 2025-12-22T19:58:40.394Z (6 months ago)
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-react-examples
This is a series of JavaScript code examples to help with understanding React.
## How To Run The Examples
This repo requires Node.js v16 or above. You can run `nvm install` in the root directory to install it if you have [`nvm`](https://github.com/nvm-sh/nvm) on your computer.
To run the examples in this repo, run `npm test`.