react-connect-ctx
Connect React Context to your component easily and with type safety
Why
- You dont want your Component to know about React.Context
- You want to unit test your component without providing a context
Installation
npm i react-connect-ctx
Usage
; ;