Skip to content

cpro-js/ui5-mobx

Repository files navigation

UI5-MobX

Use the powerful concepts of MobX to manage state in UI5.

ui5-mobx provides a special sap.ui.model.Model implementation and reactive bindings (PropertyBinding, ListBinding, ContextBinding) which support one-way and two-way data binding.

In contrast to other model implementations, the provided MobxModel focuses on state management and change propagation only. It intentionally doesn't handle webservice requests. Single responsibility!

Mono Repo vs Module

This is the root of the mono repository, which includes other stuff like example apps.

Go to the ui5-mobx module.

Support, Feedback, Contributing

This project is open to feature requests, suggestions, bug reports, usage questions etc. via GitHub issues.

Contributions and feedback are encouraged and always welcome.

See the contribution guidelines for further information.

License

MIT