React class component

    1

    81

    React recipes

    basic react class component with state and props

    Library: react

    Shortcut: react.component.with_props

    import React from 'react';
    
    class ComponentName extends React.Component {
      constructor(props) {
        super(props);
        this.state = {date: new Date()};
      }
      render() {
        return (
          <div>
          	
          </div>
        );
      }
    }
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.