Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T16:33:23.000Z (3 months ago)
- Last Synced: 2024-09-29T06:23:24.823Z (about 1 month ago)
- Topics: jsx, netlify, props, reactjs, state-management
- Language: JavaScript
- Homepage: https://react-basic-things.netlify.app/
- Size: 815 KB
- Stars: 1
- 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/)