Software Alternatives & Reviews

Ever wonder what React does?

Create React App Babel
  1. Create React apps with no build configuration
    Note: normally, you would create your project with a tool like create-react-app or get React and ReactDOM scripts from a package registry. Here we use a CDN for demonstration purposes.

    #Developer Tools #Javascript UI Libraries #JS Library 116 social mentions

  2. 2
    Babel is a compiler for writing next generation JavaScript.
    Pricing:
    • Open Source
    The browser won't understand this by itself, so we need a compiler like Babel which will turn this code into a React.createElement call:.

    #Development Tools #Javascript UI Libraries #JavaScript Framework 134 social mentions

Discuss: Ever wonder what React does?

Log in or Post with