Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(ngx-store): split introduction page into sections for different audiences -- closes #309 #406

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions apps/docs/src/app/pages/docs/angular/store/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
keyword: IntroductionPage
---

## For Organisations

The `@studiohyperdrive/ngx-store` package provides a robust solution for managing complex data and state in your web application. It helps organisations by:

- **Reliable Data Management**: Ensures consistent and predictable data flow throughout your application
- **Enhanced Performance**: Optimizes state updates and data handling for better application responsiveness
- **Faster Development**: Reduces development time with ready-to-use solutions for complex state management
- **Quality Assurance**: Implements proven patterns that minimize bugs and improve application stability
- **Easy Maintenance**: Enforces consistent patterns for better code maintainability and easier updates
- **Scalability**: Provides a structured approach that scales with your application's growing complexity

## For Developers

NGX-store aims to reduce the boilerplate that comes with `@ngrx`, `@ngrx/effects` and `@ngrx/entity`; whilst still including the benefits of said packages.

Each of the provided utils can be used individually, but we strongly advice to use all three utils as a coherent unit to get the best developers experience.
Expand Down