IT

Its Fine

its-fine

A collection of escape hatches for React.

Hooks
react
fiber
internal
reconciler
hooks
its-fine
javascript
npm
frontend
open source
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB

Installation

npm install its-fine

Code example

import { useItsFine } from "its-fine";

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

Pros & cons

Pros

  • Actively maintained by Cody Bennett
  • 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