Share custom hook state across all components
React context for MDX
Global state for your React app using Context api
Single source of truth analytics-next React context. This package should NEVER be updated.
Babel plugin to replicate Webpack require.context
Babel preset that transforms createContext calls to use global context shims
Datadog CI plugin for `sarif` commands
A react-native component to use context menu's (UIMenu) on iOS 13/14+
@bugsnag/js plugin to report unhandled exceptions in React Native
A fork of create-react-context in MIT license
Brand checking of React Elements.
This package contains code for the global context used on the API side of a Cedar application. It's automatically available in services, auth functions and custom functions.
Extension of React createContext to be a true singleton on the global scope
TypeScript definitions for react-router-dom
Full CSS support for JSX without compromises
Polyfill for the proposed React context API
> Simple styling in React.
Universal cookies for JavaScript
A provider wrapper of Safe Apps SDK
The assert module from Node.js, for the browser.
OpenFeature React SDK
A cross-browser wrapper for the Web Audio API which aims to closely follow the standard.
No description provided.
- Use your React Context without the additional re-renders in the consumers - Ability to read values out of context "on-the-fly" - useful in callbacks so you don't have to bind the UI to a context value change just to use the value in a callback - Redux-l