All Projects → giladv → orkan

giladv / orkan

Licence: MIT license
A content management toolkit for building and managing dynamic React applications with ease.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to orkan

todo-list
A simple todo list application with React and mobx and antd
Stars: ✭ 25 (+0%)
Mutual labels:  mobx, mobx-react
mobx-wxapp
在小程序中使用mobx
Stars: ✭ 54 (+116%)
Mutual labels:  mobx, mobx-react
mobx-nextjs-root-store
Mobx root store implementation for next.js with server-side rendering
Stars: ✭ 42 (+68%)
Mutual labels:  mobx, mobx-react
react-mobx-local-state-example
React MobX (for Local State) Example
Stars: ✭ 27 (+8%)
Mutual labels:  mobx, mobx-react
BXStage
基于mobx + react 构建一个60多个页面大型跨平台 react-naive 应用
Stars: ✭ 49 (+96%)
Mutual labels:  mobx, mobx-react
mobx-react-mvvm-example
React MVVM architecture powered by MobX.
Stars: ✭ 58 (+132%)
Mutual labels:  mobx, mobx-react
ecommerce-react-native
The ideal starter kit / app script with all the needed UI elements alongwith MobX and NativeBase to build your iOS and Android e-commerce app like Mona / JackThreads / Canopy / Flipp
Stars: ✭ 86 (+244%)
Mutual labels:  mobx, mobx-react
mobx-react-intl
A connector between mobx-react and react-intl
Stars: ✭ 32 (+28%)
Mutual labels:  mobx, mobx-react
team-timesheets
Time tracking web app built as a replacement for old school timesheets.
Stars: ✭ 25 (+0%)
Mutual labels:  mobx, mobx-react
react-native-navigation-mobx-demo
React native Navigation with MobX demo. Blog post write up ->
Stars: ✭ 32 (+28%)
Mutual labels:  mobx, mobx-react
mobx-react-docz
DEPRECATED Documentation site for MobX in React
Stars: ✭ 43 (+72%)
Mutual labels:  mobx, mobx-react
mobx
Код учебного курса “MobX & React” на YouTube-канале webDev (https://tinyurl.com/vt3tk6vy)
Stars: ✭ 23 (-8%)
Mutual labels:  mobx, mobx-react
tm-nextjs-starter
React + Nextjs + MobX starter
Stars: ✭ 49 (+96%)
Mutual labels:  mobx, mobx-react
react-mobx
No description or website provided.
Stars: ✭ 25 (+0%)
Mutual labels:  mobx, mobx-react
veact
Mutable state enhancer library for React based on @vuejs
Stars: ✭ 62 (+148%)
Mutual labels:  mobx, mobx-react
navigation-mobx-example
proof of concept project to use mobX in react-native-navigation
Stars: ✭ 47 (+88%)
Mutual labels:  mobx, mobx-react
react-mobx-router4-axios
react + less + webapck config + mobx(store)+ axios + router4
Stars: ✭ 24 (-4%)
Mutual labels:  mobx, mobx-react
tinylog-ui
实时日志分析系统后台数据管理系统
Stars: ✭ 45 (+80%)
Mutual labels:  mobx, mobx-react
firestore-to-bigquery-export
NPM package for copying and converting Cloud Firestore data to BigQuery.
Stars: ✭ 26 (+4%)
Mutual labels:  firestore
react-crud-firestore
A Reactjs CRUD using Firebaes FIrestore as a Database
Stars: ✭ 48 (+92%)
Mutual labels:  firestore

Orkan License: MIT npm

Orkan is a content management toolkit for building and managing dynamic React applications with ease.

It uses Firebase Firestore, Authentication and Storage as a secure and scalable turn key back-end solution.

Orkan differ from other CMS solutions by the fact that it's embedded into your app and not the other way around. Why it's a plus?

  • Truly painless integration into existing React projects.
  • No platform limitations - you can use any third party packages and setups you like.
  • Side by side realtime editing experience by design.

In The Kit

  • Mobx powered data store and Components which enables the flow of the data into the application.
  • Admin interface which enables to authorized users to manage the data in a CMS like fashion.
  • Automatic Firebase integration, all you need is to provide the configuration object supplied by firebase.

The Admin Interface

The admin interface is a completely optional but extremely powerful tool. Customize it to suit your specific product in minutes, or disable it completely. Either way It loads asyncronousely only when it's needed so it wont effect your app's load time at all.

admin animation

sounds good? click here to get started.

Installation

yarn:

    yarn add orkan

npm:

    npm install orkan
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].