Skip to content

alibaba/rax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 11, 2023
13d80a4 Β· Jan 11, 2023
Jan 11, 2023
Sep 16, 2020
Jan 11, 2023
Jan 11, 2023
Jul 31, 2019
Oct 16, 2019
Jan 20, 2020
Aug 20, 2021
Nov 8, 2018
Aug 31, 2017
Aug 2, 2022
Oct 11, 2021
Aug 16, 2021
Mar 2, 2021
Aug 20, 2021
Aug 30, 2021

Repository files navigation

Rax

Rax is a progressive framework for building universal applications.

gzip size


πŸ’Œ Write Once, Run Anywhere: write one codebase, run with Web, Weex, Node.js, Alibaba MiniApp, and WeChat MiniProgram. Rax can be used with additional containers that implement it's driver specification.

⏱ Fast: better performance and a tiny size(πŸ“¦~6KB) when compared to React using the same API.

πŸ“€ Easy: quick start with zero configuration, all features like Progressive Web App (PWA), Server-Side Rendering (SSR), and Function as a service (FaaS) can be used out of the box.

Quick Start πŸ₯’🍚

Start from command line

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

Start from VS Code

You need to install the AppWorks Pack and invoke the Create Application command from the VS Code command palette (Ctrl + Shift + P or Cmd + Shift + P on Mac):

vscode

Developer Tools πŸ› 

You can inspect and modify the state of your Rax components at runtime using the Rax Developer Tools browser extension, however the extension will not work in production mode.

  1. Install the Chrome Rax Developer Tools extension
  2. Reload and go to the 'Rax' tab in the browser's development tools

VS Code Extension

You can use AppWorks Pack to get better development experience.

Awesome Things πŸ“

You can find some awesome things in awesome-rax.

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.

Community support

For general help using Rax, please refer to the official site. For additional help, you can use one of these channels to ask a question: