All Projects → raxjs → rax-app

raxjs / rax-app

Licence: MIT License
Rax App Framework

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to rax-app

miniapp
使用 Rax 语法(类 React)编写跨多端的小程序应用。
Stars: ✭ 65 (-26.97%)
Mutual labels:  miniapp, rax
react-ssr-spa
Server side rendered single page app using reactjs official libraries.
Stars: ✭ 30 (-66.29%)
Mutual labels:  universal
routex.js
🔼 Alternative library to manage dynamic routes in Next.js
Stars: ✭ 38 (-57.3%)
Mutual labels:  universal
ng-universal-module
This is a Hapiness Engine for running Angular Apps on the server for server side rendering.
Stars: ✭ 18 (-79.78%)
Mutual labels:  universal
lib-starter
📚 Universal, AOT, Web Worker ready lib starter. Use for your Angular libs
Stars: ✭ 35 (-60.67%)
Mutual labels:  universal
image-optimisation-tools-comparison
A Benchmarking Suite for popular Image Optimisation Tools
Stars: ✭ 28 (-68.54%)
Mutual labels:  kraken
weex-flymeui
🐼 A Flyme Style UI library based on Weex for Creator.
Stars: ✭ 66 (-25.84%)
Mutual labels:  weex
euler2d kokkos
Simple 2d finite volume solver for Euler equations using c++ kokkos library
Stars: ✭ 27 (-69.66%)
Mutual labels:  miniapp
eros-plugin-ios-TencentCaptcha
腾讯防水墙、滑动验证、类似bilibili滑动验证码
Stars: ✭ 21 (-76.4%)
Mutual labels:  weex
react-ssr-starter
📚 Featuring Webpack 4, React 17-18, SSR, HMR, prefetching, universal lazy-loading, and more
Stars: ✭ 18 (-79.78%)
Mutual labels:  universal
like-fx-miniapp
微信小程序直播点赞效果
Stars: ✭ 19 (-78.65%)
Mutual labels:  miniapp
sodium-universal
Universal wrapper for sodium-javascript and sodium-native working in Node.js and the Browser
Stars: ✭ 63 (-29.21%)
Mutual labels:  universal
cryptogalaxy
Get any cryptocurrencies ticker and trade data in real time from multiple exchanges and then save it in multiple storage systems.
Stars: ✭ 96 (+7.87%)
Mutual labels:  kraken
marriage-miniapp
👰婚礼请柬小程序
Stars: ✭ 76 (-14.61%)
Mutual labels:  miniapp
cryptocheck
Check prices of cryptocurrencies via command line
Stars: ✭ 31 (-65.17%)
Mutual labels:  kraken
xiazhou-weex
a demo for weex project
Stars: ✭ 49 (-44.94%)
Mutual labels:  weex
redux-pluto
redux pluto
Stars: ✭ 75 (-15.73%)
Mutual labels:  universal
webpack-isomorphic-compiler
A compiler that makes your life easier if you are building isomorphic webpack powered apps, that is, single page applications with server-side rendering
Stars: ✭ 16 (-82.02%)
Mutual labels:  universal
ngx-universal
Library for angular universal app
Stars: ✭ 23 (-74.16%)
Mutual labels:  universal
universal-model-vue
Universal Model for Vue
Stars: ✭ 25 (-71.91%)
Mutual labels:  universal

English | 简体中文

Downloads Version GitHub license PRs Welcome Gitter

An universal framework based on Rax

Features

  • 🐂 Universal:Support Web/MiniApp/Kraken
  • 🐴 App lifecycle:Provide useS6+、TypeScript、Less、Sass、 CSS Modules,etc
  • 🦊 Routing:Powerful Routing System, supporPageShow、usePageHide etc.
  • 🐒 Engineering:Out of the box support for Ets configured routing and conventions routing
  • 🐯 State management:Built-in icestore, lightweight state management solution based on React Hooks
  • 🐦 Config:Modes and Environment Variables configuration in the config file
  • 🦁 Application configuration:Provide powerful and extensible application configuration
  • 🐌 Plugin system:The plugin system provides rich features and allow the community to build reusable solutions
  • 🐘 TypeScript:Support TypeScript

Quick start

Setup by Iceworks

We recommend creating a new rax app using Iceworks:

demo

See Quick start by Iceworks for more details.

Setup by CLI

Use npm init:

$ npm init rax <project-name>

npm init <initializer> is available in npm 6+

Start local server to launch project:

$ cd <project-name>
$ npm install
$ npm run start # running on http://localhost:3333.

It's as simple as that!

Examples

Ecosystem

Project Version Docs Description
rax rax-status docs Progressive React framework for building universal application
rax-app rax-app-status docs An universal framework based on rax.js
miniapp miniapp-status docs An mordern and high performance miniapp solution based on rax-app
icestore icestore-status docs Simple and friendly state for React like
iceworks iceworks-status docs Visual Intelligent Development Assistant

Community

DingTalk community GitHub issues
issues
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].