All Projects → forsigner → Dahlia

forsigner / Dahlia

Licence: mit
An opinionated React Framework. [Rename to pea.js]

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Dahlia

Orionjs
A new framework for serverside GraphQL apps
Stars: ✭ 35 (-61.96%)
Mutual labels:  graphql, framework
Mvvmrecurve
MVVM框架, 这个架构支持RestFul风格的Api和GraphQL,你可以根据自身需求添加recurve-retrofit2-support库(RestFul)或recurve-apollo-support库(GraphQL)实现相应的支持。 该架构同时使用纯Kotlin开发,但是你也可以在Java中使用它。
Stars: ✭ 51 (-44.57%)
Mutual labels:  graphql, framework
Ever
Ever® - Open-Source Commerce Platform for On-Demand Economy and Digital Marketplaces
Stars: ✭ 980 (+965.22%)
Mutual labels:  graphql, framework
Gracejs
A Nodejs BFF framework, build with koa2(基于koa2的标准前后端分离框架)
Stars: ✭ 1,302 (+1315.22%)
Mutual labels:  framework, proxy
Proxy.py
⚡⚡⚡Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging
Stars: ✭ 1,291 (+1303.26%)
Mutual labels:  framework, proxy
Recife
A powerful MVC Framework for GraphQL
Stars: ✭ 20 (-78.26%)
Mutual labels:  graphql, framework
Aplay
A Better(Maybe) iOS Audio Stream、Cache、Play Framework
Stars: ✭ 44 (-52.17%)
Mutual labels:  framework, proxy
Graphql React
A GraphQL client for React using modern context and hooks APIs that is lightweight (< 3.5 KB size limited) but powerful; the first Relay and Apollo alternative with server side rendering.
Stars: ✭ 611 (+564.13%)
Mutual labels:  graphql, hooks
App
Reusable framework for micro services & command line tools
Stars: ✭ 66 (-28.26%)
Mutual labels:  graphql, framework
Best Of Web Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Stars: ✭ 1,118 (+1115.22%)
Mutual labels:  graphql, framework
Api Platform
Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.
Stars: ✭ 7,144 (+7665.22%)
Mutual labels:  graphql, framework
Write With Me
Real-time Collaborative Markdown Editor
Stars: ✭ 81 (-11.96%)
Mutual labels:  graphql, hooks
Graphene
GraphQL framework for Python
Stars: ✭ 6,964 (+7469.57%)
Mutual labels:  graphql, framework
Turbulette
😴 Turbulette - A batteries-included framework to build high performance, fully async GraphQL APIs
Stars: ✭ 29 (-68.48%)
Mutual labels:  graphql, framework
Graphql Framework Experiment
Code-First Type-Safe GraphQL Framework
Stars: ✭ 698 (+658.7%)
Mutual labels:  graphql, framework
Graphqldockerproxy
A generic Graphql API for Docker and Kubernetes
Stars: ✭ 38 (-58.7%)
Mutual labels:  graphql, proxy
Gear
A lightweight, composable and high performance web service framework for Go.
Stars: ✭ 544 (+491.3%)
Mutual labels:  hooks, framework
Vesper
Vesper is a NodeJS framework that helps you to create scalable, maintainable, extensible, declarative and fast GraphQL-based server applications.
Stars: ✭ 576 (+526.09%)
Mutual labels:  graphql, framework
Rest Layer
REST Layer, Go (golang) REST API framework
Stars: ✭ 1,068 (+1060.87%)
Mutual labels:  graphql, framework
Skeleton
A ready-to-use CodeIgniter skeleton with tons of new features and a whole new concept of hooks (actions and filters) as well as a ready-to-use and application-free themes and plugins system. Facebook Page: http://bit.ly/2oHzpxC | Facebook Group: http://bit.ly/2o3KOrA. Help me carry on making more free stuff → http://bit.ly/2ppNujE ←
Stars: ✭ 74 (-19.57%)
Mutual labels:  hooks, framework

Dahlia [Rename to pea.js]

More about for pea.js

npm npm GitHub license

An opinionated React Framework for building modern web applications.

Quick Start

npx create-dahlia-app myapp
cd myapp
npm start

It will create a directory called myapp inside the current folder:

.
├── package.json
├── src
│   └── pages
│       └── index.tsx
└── tsconfig.json

npm start

Other choices

npx

npx create-dahlia-app myapp

npm

npm init dahlia-app myapp

yarn

yarn create dahlia-app myapp

globally

npm i -g create-dahlia-app
create-dahlia-app myapp

Scripts

  • npm run start - 启动开发服务器
  • npm run build - 生产环境打包
  • npm run test - 启动单元测试

License

MIT License

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