NGXF
  • πŸš€Introduction
  • Get Started
    • Why
    • Installation
  • Concepts
    • Introduction
  • Features
    • Activated Route
    • Call
    • Init
    • Lazy
    • Keep Alive
    • Timeout
    • Track By Key
    • Repeat
    • Virtual Scroll
  • Server Interaction
    • Async
    • Cookies
    • Http
    • Socket.IO
  • Hooks
    • State Hook
    • Effect Hook
    • Reducer Hook
  • Recompose
    • Compose
  • API
    • NgxfModule
    • HttpDirective
    • RouteDirective
    • InitDirective
    • ComposeDirective
    • ReturnDirective
    • TimeoutDirective
    • CookiesDirective
    • AsyncDirective
    • LazyDirective
    • CallPipe
  • Recipes
    • Caching
    • Style Guide
  • Community
    • FAQ
    • Contributing
Powered by GitBook
On this page
  • ⁉️What is NGXF?
  • πŸ‘‹ New to NGXF?
  • ❓ Need Help?
  • ❀️ Giving Back

Introduction

NextWhy

Last updated 6 years ago

⁉️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?

❓ Need Help?

❀️ Giving Back

If you're just getting started with NGXF, I recommend you head over to the and then explore the rich ecosystem of examples in the page.

To chat with other users and contributers join us on Telegram:

If you think there is a bug in this library, you can open an issue on GitHub (). If possible a link to a (or github) repo with a repro or a failing test would be great.

Become a .

πŸš€
concepts
community resources
https://t.me/ngSoviet
https://github.com/ngxf/platform/issues/new
http://stackblitz.com
Contributor
NGXF is a non-state management pattern + library for Angular