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

https://github.com/rwieruch/react-provider-pattern

Follow a React tutorial to learn and implement the provider pattern in React.
https://github.com/rwieruch/react-provider-pattern

react react-context reactjs

Last synced: 2 months ago
JSON representation

Follow a React tutorial to learn and implement the provider pattern in React.

Awesome Lists containing this project

README

          

# react-provider-pattern

[![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/)

Showcase on how to use the provider pattern in React. Read more about it in this article: [Provider Pattern in React](https://www.robinwieruch.de/react-provider-pattern-context)

## Installation

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