0.6.5 • Published 6 years ago

rax-hot-loader v0.6.5

Weekly downloads
12
License
BSD-3-Clause
Repository
github
Last release
6 years ago

:christmas_tree: Familiar: React compatible API with Class Component and Hooks.

:candy: Tiny: ~6.4 KB minified + gzipped.

:earth_asia: Universal: works with DOM, Weex, Node.js, Mini-program, WebGL and could work more container that implements driver specification.

:banana: Easy: using via rax-cli with zero configuration, one codebase with universal UI toolkit & APIs.

:lollipop: Friendly: developer tools for Rax development.

Quick Start

Create a new Rax project using create-rax:

$ npm init rax <YourProjectName>

npm init <initializer> is available in npm 6+

Start local server to launch project:

$ cd <YourProjectName>
$ npm install
$ npm run start

Developer Tools

You can inspect and modify the state of your Rax components at runtime using the React Developer Tools browser extension.

  1. Install the React Developer Tools extension
  2. Import the "rax/lib/devtools" module in your app
    import 'rax/lib/devtools';
  3. Set process.env.NODE_ENV to 'development'
  4. Reload and go to the 'React' tab in the browser's development tools

Contributing

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing.

Code Contributors

This project exists thanks to all the people who contribute.

0.6.5

6 years ago

0.6.4

6 years ago

0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.4

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.20

7 years ago

0.4.19

7 years ago

0.4.18

7 years ago

0.4.17

7 years ago

0.4.16

7 years ago

0.4.15

7 years ago

0.5.0-beta

7 years ago

0.4.14

7 years ago

0.4.13

7 years ago

0.4.12

7 years ago

0.4.11

7 years ago

0.4.10

7 years ago

0.4.9

7 years ago

0.4.8

7 years ago

0.4.7

7 years ago

0.4.6

7 years ago

0.4.5

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.1.0

7 years ago

0.0.2-4

7 years ago

0.0.2-2

7 years ago

0.0.2-1

7 years ago

0.0.2-0

7 years ago

0.0.1

7 years ago