BI

Bippy

bippy

hack into react internals

Utilities
bippy
fiber
internals
react
react devtools
react fiber
react instrumentation
Utilities
javascript
npm
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB

Installation

npm install bippy

Code example

import { useBippy } from "bippy";

export function Example() {
  const value = useBippy();
  return <p>{String(value)}</p>;
}

Pros & cons

Pros

  • Actively maintained by Aiden Bai
  • 0 weekly downloads. Battle tested
  • First-class TypeScript definitions
  • MIT licensed

Considerations

  • Adds roughly ~60 kB to your bundle
  • Needs client-only rendering in SSR frameworks
  • Not supported in React Native
  • 0 open issues on GitHub

FAQs

Alternatives & similar libraries