All Downloads are FREE. Search and download functionalities are using the official Maven repository.

react4j.react4j.js Maven / Gradle / Ivy

There is a newer version: 0.196
Show newest version
/**
 * This file provides the @defines for react4j configuration options.
 * See ReactConfig.java for details.
 */
goog.provide('react4j');

/** @define {string} */
goog.define('react4j.enable_component_names', 'false');
/** @define {string} */
goog.define('react4j.check_component_state_invariants', 'false');
/** @define {string} */
goog.define('react4j.check_invariants', 'false');
/** @define {string} */
goog.define('react4j.minimize_prop_keys', 'true');
/** @define {string} */
goog.define('react4j.validate_prop_values', 'false');
/** @define {string} */
goog.define('react4j.store_debug_data_as_state', 'false');




© 2015 - 2024 Weber Informatics LLC | Privacy Policy