Forum

ES5 Vs ES6 in React Native

This thread contains 1 reply, has 2 voices, and was last updated by darshan.soni007 5 years, 9 months ago.

  • Author Replies
    • #53287

      ES5 Vs ES6 in React Native


      Regards,
      Pratik Nakrani

    • #53288

      – require vs import
      – export vs exports
      – component and function

      // ES5
      var React = require(‘react’);
      module.exports = Component;
      var MyComponent = React.createClass({
      render: function() {
      return
      <h4>Hello!</h4>
      ;
      }
      });

      // ES6
      import React from ‘react’;
      export default Component;
      class MyComponent extends React.Component {
      render() {
      return
      <h4>Hello!</h4>
      ;
      }
      }


Viewing 1 reply thread

You must be to reply to this thread.Please or . Registration is 100% free.

GET FREE CONSULTATION

Call Us Now For Free Consultation97370 05566

Our experts listen to you patiently and suggest you the right course after conducting a personality profile test. Register your interest below to schedule personality profile test for you.

SUBSCRIBE TO OUR NEWSLETTER

Subscribe to get latest updates regarding courses, IT industry and career prospects.

Copyright 2016-2024 Smart Mentors. All Rights Reserved.

Login

FORGOT PASSWORD

Sign up now to Become An Instructor

    Register your Interest

      cf7captchaRegenerate Captcha