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

https://github.com/the-road-to-learn-react/react-context-example

Showcasing React Context
https://github.com/the-road-to-learn-react/react-context-example

react react-context reactjs

Last synced: 8 months ago
JSON representation

Showcasing React Context

Awesome Lists containing this project

README

          

# React Context Example

[![Build Status](https://travis-ci.org/the-road-to-learn-react/react-context-example.svg?branch=master)](https://travis-ci.org/the-road-to-learn-react/react-context-example) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/) [![Greenkeeper badge](https://badges.greenkeeper.io/the-road-to-learn-react/react-context-example.svg)](https://greenkeeper.io/)

Showcase on how to use React's context API. [Read more about it.](https://www.robinwieruch.de/react-context)

## Installation

- `git clone git@github.com:rwieruch/react-context-example.git`
- `cd react-context-example`
- `npm install`
- `npm start`
- visit http://localhost:3000