Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)