Welcome to Gulpman!

Now You Can Create Your Own Modular Front-end Build System Easily!

More Information

How to use ReactJS in Gulpman ?

  1. Put ReactJS file in html by script tag.
  2. such as:

    <script src="react.min.js" type="text/javascript"></script>
    <script src="react-dom.min.js" type="text/javascript"></script>

  3. Or Import React in Your ES6/JSX:

    import 'react'

  4. Then you can directly use the React and ReactDOM Object in your ES6/JSX files.

Example:

Waiting ...