All Projects → martinxxd → Openui5 Mobx Model

martinxxd / Openui5 Mobx Model

Licence: other
ui5 bindings for mobx

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Openui5 Mobx Model

Rfx Stack
RFX Stack - Universal App
Stars: ✭ 427 (+1756.52%)
Mutual labels:  mobx
Mobx
Simple, scalable state management.
Stars: ✭ 24,636 (+107013.04%)
Mutual labels:  mobx
Mobx State Tree
Full-featured reactive state management without the boilerplate
Stars: ✭ 6,317 (+27365.22%)
Mutual labels:  mobx
Curriculum
Dive into our 7-month web development program covering HTML, CSS, Javascript, Node, and React!
Stars: ✭ 453 (+1869.57%)
Mutual labels:  mobx
Mobx Persist
persist mobx stores
Stars: ✭ 525 (+2182.61%)
Mutual labels:  mobx
Lionshare Desktop
🦁 Simple cryptocurrency price and portfolio monitor for macOS
Stars: ✭ 570 (+2378.26%)
Mutual labels:  mobx
Mobx Vue
🐉 Vue bindings for MobX
Stars: ✭ 401 (+1643.48%)
Mutual labels:  mobx
Graphql Mst
Convert GraphQL to mobx-state-tree models
Stars: ✭ 22 (-4.35%)
Mutual labels:  mobx
Favesound Mobx
🎶 A SoundCloud Client in React + MobX running in production. Live Demo and Source Code to explore React + MobX. Refactored from favesound-redux
Stars: ✭ 532 (+2213.04%)
Mutual labels:  mobx
Wewechat
💬 Unofficial WeChat client built with React, MobX and Electron.
Stars: ✭ 5,618 (+24326.09%)
Mutual labels:  mobx
Mobx Router
A simple router for MobX + React apps
Stars: ✭ 489 (+2026.09%)
Mutual labels:  mobx
Web Series
📚 现代 Web 开发语法基础与工程实践,涵盖 Web 开发基础、前端工程化、应用架构、性能与体验优化、混合开发、React 实践、Vue 实践、WebAssembly 等多方面。
Stars: ✭ 666 (+2795.65%)
Mutual labels:  mobx
Surmon.me.native
📱 My blog app, powered by react-native
Stars: ✭ 579 (+2417.39%)
Mutual labels:  mobx
Mobx Angular
MobX connector to Angular
Stars: ✭ 432 (+1778.26%)
Mutual labels:  mobx
Snippetstore
🎉 A snippet management app for developers 🚀
Stars: ✭ 762 (+3213.04%)
Mutual labels:  mobx
Bangumi
💫 An unofficial bgm.tv app client for Android and iOS, built with React Native. 类似专门做ACG的豆瓣, 已适配 iOS/Android, mobile/Pad, light/dark theme, 并加入了很多独有的增强功能
Stars: ✭ 409 (+1678.26%)
Mutual labels:  mobx
React Mobx React Router4 Boilerplate
React, React-Router 4, MobX and Webpack 2-boilerplate with async routes.
Stars: ✭ 566 (+2360.87%)
Mutual labels:  mobx
Figmiro Plugin
Figma Integration with Miro (Plugin)
Stars: ✭ 23 (+0%)
Mutual labels:  mobx
Weapp Bmscore
a weapp to count badminton game score
Stars: ✭ 17 (-26.09%)
Mutual labels:  mobx
Ignite Bowser
Bowser is now re-integrated into Ignite CLI! Head to https://github.com/infinitered/ignite to check it out.
Stars: ✭ 586 (+2447.83%)
Mutual labels:  mobx

Build Status

openui5-mobx-model

Unofficial ui5 bindings for mobx.

Practically it is an adapter which wraps an mobx observable so that it can be used as model in ui5. You then can set properties directly on the mobx observable and also can have auto-updating computed properties which are just arbitrary javascript functions. You don't have to use ui5 model.setProperty or ui5 formatters anymore.

In practice this serves as a way more powerful data binding in ui5.

For an introduction and examples please read: https://blogs.sap.com/2017/01/30/advanced-state-management-in-sapui5-via-mobx/

Ownership

  • This small library was originally written by @geekflyer
  • As of 20th Sep 2018 repo ownership was transferred from @geekflyer to @martinxxd who becomes the new owner of the library
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].