Get started with rax CDN

BSD-3-Clause licensed

Rax: Fast, flexible JS UI components with React-like building.

Tags:
  • rax
  • react
  • jsx

Stable version

Copied!

How to start using rax CDN


<!DOCTYPE html>
<html>
<head>
  <title>Get started with rax CDN - cdnhub.io</title>
  <script src="https://cdn.cdnhub.io/rax/1.2.3/rax.min.js"></script>
</head>
<body>
  <script type="text/babel">
    import React from 'rax';
    import ReactDOM from 'rax-react-dom';

    const App = () => (
      <div>
        <h1>Hello, Rax!</h1>
      </div>
    );

    ReactDOM.render(<App />, document.getElementById('root'));
  </script>
  <div id="root"></div>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!

All versions