All Projects → Silind-Software → Direflow

Silind-Software / Direflow

Licence: mit
🧩 Use the best of two worlds. Create fast, performant, native Web Components using React.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Direflow

Cleverstyle Framework
CleverStyle Framework is simple, scalable, fast and secure full-stack PHP framework
Stars: ✭ 150 (-53.42%)
Mutual labels:  framework, web-components
Fos
Web Components to turn your web app into a fake operating system
Stars: ✭ 151 (-53.11%)
Mutual labels:  framework, web-components
Numl
A UI Design Language, WC UI Library, and Runtime CSS Framework for rapidly building interfaces that follow your Design System 🌈
Stars: ✭ 229 (-28.88%)
Mutual labels:  framework, web-components
Graffiti
Minimalistic GraphQL framework
Stars: ✭ 306 (-4.97%)
Mutual labels:  framework
Merry
🌊🌊⛵️🌊🌊 - cute streaming API framework
Stars: ✭ 308 (-4.35%)
Mutual labels:  framework
Embark
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
Stars: ✭ 3,478 (+980.12%)
Mutual labels:  framework
Bem Components
Set of components for sites development
Stars: ✭ 318 (-1.24%)
Mutual labels:  web-components
Mitmf
Framework for Man-In-The-Middle attacks
Stars: ✭ 3,277 (+917.7%)
Mutual labels:  framework
Vuefront
VueFront Core. Turn your old-fashioned CMS website in to a SPA & PWA in 5 minutes
Stars: ✭ 316 (-1.86%)
Mutual labels:  framework
Fritz2
Easily build reactive web-apps in Kotlin based on flows and coroutines.
Stars: ✭ 308 (-4.35%)
Mutual labels:  framework
Redhawk
A submodule repository for distributing REDHAWK artifacts and the latest REDHAWK source code. Use 'git clone --recurse-submodules [email protected]:RedhawkSDR/redhawk.git' to also clone all submodules.
Stars: ✭ 310 (-3.73%)
Mutual labels:  framework
1991
A server-side web framework written in Forth.
Stars: ✭ 309 (-4.04%)
Mutual labels:  framework
Richkware
Framework for building Windows malware, written in C++
Stars: ✭ 315 (-2.17%)
Mutual labels:  framework
Cosa
An Object-Oriented Platform for Arduino/AVR
Stars: ✭ 306 (-4.97%)
Mutual labels:  framework
Populus
The Ethereum development framework with the most cute animal pictures
Stars: ✭ 315 (-2.17%)
Mutual labels:  framework
Django Permission
[Not maintained] An enhanced permission system which support object permission in Django
Stars: ✭ 305 (-5.28%)
Mutual labels:  framework
Application
一个设计精巧, 协议实现完备的, 基于 mirai-api-http 的即时聊天软件自动化框架.
Stars: ✭ 307 (-4.66%)
Mutual labels:  framework
Phonk
PHONK is a self-contained creative scripting toolbox for new and old Android Devices
Stars: ✭ 310 (-3.73%)
Mutual labels:  framework
Cellmesh
Game server framework based on cellnet
Stars: ✭ 310 (-3.73%)
Mutual labels:  framework
Skatejs
Effortless custom elements powered by modern view libraries.
Stars: ✭ 3,225 (+901.55%)
Mutual labels:  web-components

NPM Version Github License Build Status Code Coverage

direflow.io

Set up a React App and build it as a Web Component

This setup is based on react-scripts from create-react-app
A walkthrough of the principles used in this setup, can be read in this article

Get started

Start by downloading the cli:

npm i -g direflow-cli

Create a new Direflow Component

direflow create

This will bootstrap a new Direflow Component for you. Now use the following commands:

cd <project-folder>
npm install
npm start

Your Direflow Component will start running on localhost:3000 and your browser opens a new window

See full documentation on direflow.io

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