1.0.9 • Published 7 years ago

rexcited v1.0.9

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

Rexcited icon

Lightweight React.

Demo

Test Rexcited with React Official Demos

Feature

  • Basically compatible with react.
  • Less than 30k after being minified.
  • Support string style attribute (style="excited:1;").
  • Support class attribute (class="excited").

How to use it

Use it with <script>

<script src="http://blackmiaool.com/rexcited/dist/react.js"></script>

<script src="http://blackmiaool.com/rexcited/dist/react-dom.js"></script>

Use it with webpack

npm i -S rexcited

In your webpack.config.js:

resolve:{
    alias: {
        'react/lib': 'rexcited/src/react/lib',
        'react-dom/lib': 'rexcited/src/react-dom/lib',
        react: 'rexcited/dist/react.js',
        'react-dom': 'rexcited/dist/react-dom.js',            
    },
},
1.0.9

7 years ago

1.0.8

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago