https://github.com/remrkabledev/react-context-intro
Introduction to Context API with React.js
https://github.com/remrkabledev/react-context-intro
Last synced: 12 months ago
JSON representation
Introduction to Context API with React.js
- Host: GitHub
- URL: https://github.com/remrkabledev/react-context-intro
- Owner: reMRKableDev
- Created: 2020-03-30T15:26:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T19:14:30.000Z (over 1 year ago)
- Last Synced: 2025-01-10T20:37:33.287Z (over 1 year ago)
- Language: JavaScript
- Size: 2.67 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Context API Introduction
An introduction to the Context API to for holding application state.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
What things you need installed on your local machine.
```
Text editor
NPM
Git
```
### How To:
To use the app:
```
1. Fork and/or Clone repo.
2. Run 'npm install' on your local repo so as to get the required dependencies.
3. Launch application with 'npm start'.
```
Have fun :)
### Credits
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).