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

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

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