All Projects → GeekyAnts → Reazy

GeekyAnts / Reazy

Licence: apache-2.0
Reazy Framework - A simple services-based framework for React and React Native

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Reazy

Openmod
OpenMod .NET Plugin Framework
Stars: ✭ 81 (-5.81%)
Mutual labels:  framework
Qiankun
📦 🚀 Blazing fast, simple and complete solution for micro frontends.
Stars: ✭ 11,497 (+13268.6%)
Mutual labels:  framework
Spring Data Mongodb
Provide support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
Stars: ✭ 1,253 (+1356.98%)
Mutual labels:  framework
Enduro2d
Yet another 2d game engine of dreams (work in progress)
Stars: ✭ 82 (-4.65%)
Mutual labels:  framework
Typetron
Modern Node.js framework for creating fully-featured apps
Stars: ✭ 82 (-4.65%)
Mutual labels:  framework
Shellkit
Objective-C framework for running shell scripts.
Stars: ✭ 83 (-3.49%)
Mutual labels:  framework
Go Web
A new Golang MVC Framework. Like Laravel... but faster!
Stars: ✭ 79 (-8.14%)
Mutual labels:  framework
Wire
Reactive data processing framework for visual programming tools
Stars: ✭ 86 (+0%)
Mutual labels:  framework
Universal.css
The only CSS you will ever need
Stars: ✭ 1,247 (+1350%)
Mutual labels:  framework
Python Lambdarest
Flask like web framework for AWS Lambda
Stars: ✭ 84 (-2.33%)
Mutual labels:  framework
Homie Esp8266
💡 ESP8266 framework for Homie, a lightweight MQTT convention for the IoT
Stars: ✭ 1,241 (+1343.02%)
Mutual labels:  framework
Framework
The Tastphp Framework Core
Stars: ✭ 82 (-4.65%)
Mutual labels:  framework
Lockstepplatform
Stars: ✭ 84 (-2.33%)
Mutual labels:  framework
Infima
A UI framework that provides websites with the minimal CSS and JS needed to get started with building a modern responsive beautiful website
Stars: ✭ 82 (-4.65%)
Mutual labels:  framework
Maze
Maze Applied Reinforcement Learning Framework
Stars: ✭ 85 (-1.16%)
Mutual labels:  framework
Duality
a 2D Game Development Framework
Stars: ✭ 1,231 (+1331.4%)
Mutual labels:  framework
Casing
The UI Framework for Framer Classic. Manages data, components and views
Stars: ✭ 83 (-3.49%)
Mutual labels:  framework
Lile
Easily generate gRPC services in Go ⚡️
Stars: ✭ 1,271 (+1377.91%)
Mutual labels:  framework
Jsonapiframework
JsonApiFramework is a fast, extensible, and portable .NET framework for the reading and writing of JSON API documents. Currently working on ApiFramework 1.0 which is a new framework that supports the many enhancements documented in the 2.0 milestone of this project while being media type agnostic but will support media types like {json:api} and GraphQL for serialization/deserialization purposes.
Stars: ✭ 85 (-1.16%)
Mutual labels:  framework
Opaline
NextJS for CLI tools
Stars: ✭ 84 (-2.33%)
Mutual labels:  framework

Not being maintained at the moment

Reazy logo

A simple service-based opinionated framework for React and React Native.

Reazy is a bare bones pluggable JavaScript framework which helps you get started with your React and React Native project quickly. It is a service-based framework inspired from FeathersJS.

Getting started

Install Reazy CLI

$ npm install -g reazy-cli

Generate the app

$ reazy init MyAwesomeApp [type]

[type]: mobile/web/plugin. Optional (You will be prompted later if you don't specify it here)

  • mobile: A simple React Native app with only the basic services.

  • web: A React project for web. Coming soon!

  • plugin: Scaffolding for a Reazy plugin.

Detailed documentaion

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].