Rax

🐰 Rax is a progressive framework for building universal application. https://rax.js.org
Alternatives To Rax
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Ionic Framework49,85519,48489120 hours ago420May 06, 2020413mitTypeScript
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
Rax7,8701186538 months ago135January 11, 202370otherJavaScript
🐰 Rax is a progressive framework for building universal application. https://rax.js.org
React Pwa2,534
4 months ago6mitTypeScript
An upgradable boilerplate for Progressive web applications (PWA) with server side rendering, build with SEO in mind and achieving max page speed and optimized user experience.
Cezerin2,0002a year ago4February 24, 2018166mitJavaScript
Cezerin is React and Node.js based eCommerce platform.
Create React Pwa1,262
3 years ago6HTML
https://github.com/facebookincubator/create-react-app + Progressive Web App goodness
Nextjs Tailwind Ionic Capacitor Starter1,246
6 months ago7mitJavaScript
A starting point for building an iOS, Android, and Progressive Web App with Tailwind CSS, React w/ Next.js, Ionic Framework, and Capacitor
Awesome Speakers764
2 months ago2HTML
Awesome speakers in the programming and design communities
Github Explorer72322 years ago6February 02, 201725JavaScript
Progressive Web Apps experiment
React Native Expo Image Cache648826a year ago34November 14, 201964mitTypeScript
React Native Image Cache and Progressive Loading based on Expo
React Shrine329
2 months ago39apache-2.0JavaScript
"Shrine" Progressive Web App sample built with React
Alternatives To Rax
Select To Compare


Alternative Project Comparisons
Readme

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:

  • GitHub (Bug reports, contributions)
  • Twitter (Get the news fast)
  • Medium (Get blogs and articles)
  • 知乎专栏 (Get blogs and articles in Simplified Chinese)
Popular Progressive Projects
Popular Reactjs Projects
Popular Web User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Typescript
Reactjs
Awesome
Ssr
Progressive
Zero Configuration