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

https://github.com/infeng/safely-use-react-context

How to safely use React context
https://github.com/infeng/safely-use-react-context

Last synced: 6 months ago
JSON representation

How to safely use React context

Awesome Lists containing this project

README

          

# how to safely use React context

## Introduction

Use subscription to make ShouldComponentUpdate and Context can work together.

## Test

```bash
npm install
```

```bash
npm start
```