Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngxf/platform
🚀 NGXF - Non-State Management for Angular
https://github.com/ngxf/platform
angular non-boilerplate non-cqrs non-event-sourcing non-ngrx non-redux non-state-management
Last synced: 4 months ago
JSON representation
🚀 NGXF - Non-State Management for Angular
- Host: GitHub
- URL: https://github.com/ngxf/platform
- Owner: ngxf
- License: mit
- Created: 2018-10-06T18:15:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T13:24:16.000Z (over 3 years ago)
- Last Synced: 2024-10-13T08:53:03.942Z (4 months ago)
- Topics: angular, non-boilerplate, non-cqrs, non-event-sourcing, non-ngrx, non-redux, non-state-management
- Language: TypeScript
- Homepage: https://ngxf.gitbook.io/platform/
- Size: 1.13 MB
- Stars: 93
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
NGXF is a non-state management pattern + library for Angular
![]()
![]()
## :interrobang: What is NGXF?
NGXF is a non-state management pattern + library for Angular. It acts as a multiple source of
truth for your application's state, providing simple rules for predictable state mutations.NGXF is modeled after the CQRS pattern popularly implemented in libraries like Redux, NGRX and NGXS
but reduces boilerplate by using modern HTML features such as templates and directives.## 👋 New to NGXF?
If you're just getting started with NGXF, I recommend you head over to the [concepts](https://ngxf.gitbook.io/platform/concepts/introduction).## ❓ Need Help?
For questions, please ask them on Stack Overflow with the `ngxf` tag:
https://stackoverflow.com/questions/ask?tags=ngxfTo chat with other users and contributers join us on Telegram: https://t.me/ngSoviet
If you think there is a bug in this library, you can open an issue on GitHub (https://github.com/ngxf/platform/issues/new). If possible a link to a http://stackblitz.com (or github) repo with a repro or a failing test would be great.
## ❤️ Giving Back
Become a [Contributor](https://ngxf.gitbook.io/platform/community/contributing).