Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 510 Bytes

File metadata and controls

16 lines (11 loc) · 510 Bytes

react-super-context

A tiny wrapper library around the React Context API that removes a lot of boilerplate required to create and consume contexts.

Features

  • Create contexts with no boilerplate
  • No more nested context providers
  • Throws an error when consuming a context that has no provider instead of failing silently
  • Built with TypeScript
  • Small bundle size

Documentation