Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7110251

Browse files
docs: actions fix motivation spacing
1 parent 034497b commit 7110251

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/docs/docs/state/actions/actions.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ A demo application is available on [GitHub](https://github.com/BioPhoton/rx-angu
3939
## Motivation
4040

4141
Actions are a fundamental part of state management and reactive systems. The @rx-angular/state library provides a powerful set method, but in certain scenarios, you might need to add specific behaviors to your user input or incoming events.
42+
4243
Typically, Subjects are used to implement this functionality. However, in larger applications, this approach often results in code cluttered with Subjects, leading to increased complexity.
44+
4345
That's where @rx-angular/state/actions comes in. It allows you to create observable action streams in a clean, maintainable, and less error-prone way, thus minimizing the amount of boilerplate code required.
4446

4547

0 commit comments

Comments
 (0)