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

org.stjs.bridge.react.PureComponent Maven / Gradle / Ivy

The newest version!
package org.stjs.bridge.react;

import org.stjs.bridge.react.internal.Props;
import org.stjs.bridge.react.internal.State;
import org.stjs.javascript.annotation.Namespace;
import org.stjs.javascript.annotation.STJSBridge;

@Namespace("React")
@STJSBridge
public abstract class PureComponent

extends Component { /** * Default constructor * @param props */ public PureComponent(P props) { super(props); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy