https://github.com/devstephen/react-essentials
A functional project that covers the core basic of the React library
https://github.com/devstephen/react-essentials
jsx netlify props reactjs state-management
Last synced: 13 days ago
JSON representation
A functional project that covers the core basic of the React library
- Host: GitHub
- URL: https://github.com/devstephen/react-essentials
- Owner: devstephen
- Created: 2024-08-16T10:20:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-06T12:12:19.000Z (3 months ago)
- Last Synced: 2025-03-28T07:01:36.277Z (about 1 month ago)
- Topics: jsx, netlify, props, reactjs, state-management
- Language: JavaScript
- Homepage: https://react-basic-things.netlify.app/
- Size: 817 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Essential
Components, JSX, Props and State are the core concepts of React. This project was using those core concepts
## Installation
Run npm install
```bash
npm install
```## Usage
```bash
npm run dev
```
## Demo
[Live here](https://react-basic-things.netlify.app/)## License
[MIT](https://choosealicense.com/licenses/mit/)