Home / Function/ onCommit() — react Function Reference

onCommit() — react Function Reference

Architecture documentation for the onCommit() function in index.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  b9bab808_5aef_978d_931c_291140ba6258["onCommit()"]
  92a36f15_f1ab_53ba_9183_f8e4e9157adc["Counter"]
  b9bab808_5aef_978d_931c_291140ba6258 -->|defined in| 92a36f15_f1ab_53ba_9183_f8e4e9157adc
  930dcc0b_5908_a931_0cbf_f0a5eb05b26a["componentDidMount()"]
  930dcc0b_5908_a931_0cbf_f0a5eb05b26a -->|calls| b9bab808_5aef_978d_931c_291140ba6258
  30947f5e_f7a6_2551_6a7b_d6a45c938480["componentDidUpdate()"]
  30947f5e_f7a6_2551_6a7b_d6a45c938480 -->|calls| b9bab808_5aef_978d_931c_291140ba6258
  style b9bab808_5aef_978d_931c_291140ba6258 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

fixtures/expiration/src/index.js lines 6–12

  onCommit() {
    setImmediate(() => {
      this.setState(state => ({
        counter: state.counter + 1,
      }));
    });
  }

Domain

Subdomains

Frequently Asked Questions

What does onCommit() do?
onCommit() is a function in the react codebase, defined in fixtures/expiration/src/index.js.
Where is onCommit() defined?
onCommit() is defined in fixtures/expiration/src/index.js at line 6.
What calls onCommit()?
onCommit() is called by 2 function(s): componentDidMount, componentDidUpdate.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free