Skip to content

yongningfu/rax

 
 

Repository files navigation

Rax

The fastest way to build universal application.

gzip size


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

🍬 Tiny: ~6.4 KB minified + gzipped.

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

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

🍭 Friendly: developer tools for Rax development.

Quick Start

Create a new Rax project using create-rax:

$ npm init rax <YourProjectName>

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';
  1. Set process.env.NODE_ENV to 'development'
  2. 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.

Contributors

Thanks goes to these wonderful people:

元彦
元彦

💻
ZeroLing
ZeroLing

💻
亚城
亚城

💻
Arichy
Arichy

💻
水澜
水澜

💻
胡潇琪
胡潇琪

💻
岭伊
岭伊

💻
狒狒神
狒狒神

💻
大果
大果

💻
playing(五晨)
playing(五晨)

💻
Skylar艺璇
Skylar艺璇

💻
ningzbruc
ningzbruc

💻
许文涛
许文涛

💻
浩阳
浩阳

💻
Joe Jiang
Joe Jiang

💻
jaminecjc
jaminecjc

💻
xcodebuild
xcodebuild

💻
Ahkari卡狸
Ahkari卡狸

💻
BakuJun
BakuJun

💻
dongyuwei
dongyuwei

💻
Fraser Xu
Fraser Xu

💻
HMenen
HMenen

💻
Raincal
Raincal

💻
Taiyo Mizuhashi
Taiyo Mizuhashi

💻
William Wang(Wei)
William Wang(Wei)

💻
yelzm
yelzm

💻
azu
azu

💻
Nan Zhao
Nan Zhao

💻
大宝
大宝

💻
oraaange
oraaange

💻
yongningfu
yongningfu

💻
Dong Yun
Dong Yun

💻
franklife
franklife

💻
晓旸
晓旸

💻
Tinple
Tinple

💻
battle ooze
battle ooze

💻
Harry Yu
Harry Yu

💻
Clarence Pan
Clarence Pan

💻
Jiawen Geng
Jiawen Geng

💻
94cstyles
94cstyles

💻
Alex.li
Alex.li

💻
Davlat Shavkatov
Davlat Shavkatov

💻
Evan You
Evan You

💻
George Cheng
George Cheng

💻
LongZhou
LongZhou

💻
Mingye Wang
Mingye Wang

💻
Ryan Liu
Ryan Liu

💻
Sylar
Sylar

💻
The Gitter Badger
The Gitter Badger

💻
Tim Kevin Oxley
Tim Kevin Oxley

💻
Basil Zhang
Basil Zhang

💻
ZhangZipeng
ZhangZipeng

💻
buaaljy
buaaljy

💻
leanhunter
leanhunter

💻
appli456
appli456

💻
ljybill
ljybill

💻
程序亦非猿
程序亦非猿

💻
peasLi
peasLi

💻
Shangbin Yang
Shangbin Yang

💻
Kevin Lee
Kevin Lee

💻
ukk
ukk

💻
zhaocai
zhaocai

💻
mrme2014
mrme2014

💻
刘永健
刘永健

💻
哈哈胡子
哈哈胡子

💻
松鹤
松鹤

💻
神奇的少年
神奇的少年

💻
黯羽轻扬
黯羽轻扬

💻
yangfan
yangfan

💻
风

💻
Desen Meng
Desen Meng

💻

⬆ back to top

About

🎩 A hyperscript render engine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.0%
  • HTML 1.6%
  • Other 0.4%