nonreactive-effect-event.js — react Source File
Architecture documentation for nonreactive-effect-event.js, a javascript file in the react codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 8a3cba6b_2f28_92f0_8537_4580468771d5["nonreactive-effect-event.js"] ac587885_e294_a1e9_b13f_5e7b920fdb42["react"] 8a3cba6b_2f28_92f0_8537_4580468771d5 --> ac587885_e294_a1e9_b13f_5e7b920fdb42 006eec3d_77a9_4a47_e6c1_a96d7a6c9c05["shared-runtime"] 8a3cba6b_2f28_92f0_8537_4580468771d5 --> 006eec3d_77a9_4a47_e6c1_a96d7a6c9c05 style 8a3cba6b_2f28_92f0_8537_4580468771d5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
// @inferEffectDependencies
import {useEffect, useEffectEvent, AUTODEPS} from 'react';
import {print} from 'shared-runtime';
/**
* We do not include effect events in dep arrays.
*/
function NonReactiveEffectEvent() {
const fn = useEffectEvent(() => print('hello world'));
useEffect(() => fn(), AUTODEPS);
}
Domain
Subdomains
Functions
Dependencies
- react
- shared-runtime
Source
Frequently Asked Questions
What does nonreactive-effect-event.js do?
nonreactive-effect-event.js is a source file in the react codebase, written in javascript. It belongs to the TestingUtilities domain, Fixtures subdomain.
What functions are defined in nonreactive-effect-event.js?
nonreactive-effect-event.js defines 1 function(s): NonReactiveEffectEvent.
What does nonreactive-effect-event.js depend on?
nonreactive-effect-event.js imports 2 module(s): react, shared-runtime.
Where is nonreactive-effect-event.js in the architecture?
nonreactive-effect-event.js is located at compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/infer-effect-dependencies/nonreactive-effect-event.js (domain: TestingUtilities, subdomain: Fixtures, directory: compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/infer-effect-dependencies).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free