</>PackageGraphPackageGraph

react-reconciler

npmv0.33.0

React package for creating custom renderers.

Safe to adopt

Yes — react-reconciler scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 343 days ago. 50 releases in the last 2 years.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • BMaintenance: grade B, Good.

    Last published 343 days ago. 50 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Pulls in 1 transitive package, about 1.7 MB installed.

  • ASupply chain: grade A, Excellent.

    No install scripts, 2 maintainers, and a contained dependency surface.

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding react-reconciler to a project.

1
Direct dependencies

Runtime packages this one declares itself.

1
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

1.7 MB
Install size

Unpacked size of this package plus its entire runtime tree.

1
Tree depth

Longest resolved dependency chain below this package.

Licenses in the dependency tree

MIT

Every license you inherit by installing react-reconciler, not just its own. Check this before a legal review, not after.

Compatibility

Node.js
No constraint declared
Module format
CommonJS only
TypeScript
No bundled types
Install scripts
None

Quick start

A usage example from the react-reconciler README.

const Reconciler = require('react-reconciler');

const HostConfig = {
  // You'll need to implement some methods here.
  // See below for more information and examples.
};

const MyRenderer = Reconciler(HostConfig);

const RendererPublicAPI = {
  render(element, container, callback) {
    // Call MyRenderer.updateContainer() to schedule changes on the roots.
    // See ReactDOM, React Native, or React ART for practical examples.
  }
Example truncated — see the full README.

react-reconciler vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
react-reconcilerthis page01MIT11 months ago
react152.8M82MIT1 day ago
react-dom143.7M47MIT1 day ago
react-style-singleton59.1M2MIT1 day ago
reselect44M1MIT1 day ago
next40.6M0MIT1 day ago

Dependencies

Declared by react-reconciler v0.33.0. Runtime dependencies are installed with the package; dev dependencies are not.

Used by

Popular packages that depend on react-reconciler.

Relationship graph

Dependencies (left) and dependents (right) of react-reconciler.

schedulerreacttest-rendererreact-reconciler
react-reconciler dependencies dependents

Frequently installed together

Release history

50 releases in the last two years, typically about 0 days apart.

Recent versions of react-reconciler
VersionPublishedSizeLicense
0.0.0-experimental-f1f7ed2a-202609042 days ago1.9 MBMIT
0.34.0-canary-f1f7ed2a-202609042 days ago1.8 MBMIT
0.0.0-experimental-8425b691-202609045 days ago1.9 MBMIT
0.34.0-canary-8425b691-202609045 days ago1.8 MBMIT
0.0.0-experimental-d9f4e76b-202609036 days ago1.9 MBMIT
0.34.0-canary-d9f4e76b-202609036 days ago1.8 MBMIT
0.34.0-canary-f4e439e1-202609027 days ago1.8 MBMIT
0.0.0-experimental-f4e439e1-202609027 days ago1.9 MBMIT
0.0.0-experimental-21c89c9f-202609018 days ago1.9 MBMIT
0.34.0-canary-21c89c9f-202609018 days ago1.8 MBMIT
0.34.0-canary-ff7445e6-202608319 days ago1.8 MBMIT
0.0.0-experimental-ff7445e6-202608319 days ago1.9 MBMIT
0.0.0-experimental-2dc7da79-2026082812 days ago1.9 MBMIT
0.34.0-canary-2dc7da79-2026082812 days ago1.8 MBMIT
0.0.0-experimental-29d9d318-2026082613 days ago1.9 MBMIT

Overview

react-reconciler is an npm package that react package for creating custom renderers. It has 1 known dependents in the graph. The latest version is 0.33.0, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need react package for creating custom renderers and value a focused solution.

When not to use it

Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.

Pros

  • Clear open-source license (MIT).
  • Lean dependency tree (2 direct dependencies).

Cons

  • No bundled TypeScript types (may require a separate @types package).

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Frequently asked questions

Should I use react-reconciler?

Yes — react-reconciler scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 343 days ago. 50 releases in the last 2 years.

How do I install react-reconciler?

Run `npm install react-reconciler` to add react-reconciler to your npm project.

How many dependencies does react-reconciler have?

react-reconciler declares 2 direct dependencies and pulls in 1 packages in total once its runtime tree is resolved totalling about 1.7 MB on disk.

What license is react-reconciler released under?

react-reconciler is distributed under the MIT license.

How popular is react-reconciler?

npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on react-reconciler.

Is react-reconciler still maintained?

The most recent release of react-reconciler (v0.33.0) was published 11 months ago.

Does react-reconciler run install scripts?

No. react-reconciler does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.