Skip to content

v2.1.0

Compare
Choose a tag to compare
@ctrlplusb ctrlplusb released this 22 Mar 08:54

Minor Changes

  • Exposes a 'reactAsyncBootstrapperRunning' context to the component tree when executing.: 2c1c177

This allows you do tap the context in order to be aware your component is being executed within the async bootstrap cycle.

e.g.

  componentWillMount() {
    console.log(this.context.reactAsyncBootstrapperRunning) // true
  }