fix(documentation): Remove unnecessary conclusion section from the README for better clarity.

This commit is contained in:
2025-01-19 00:30:21 +01:00
parent f0c6b96648
commit 39ec78f358
3 changed files with 6 additions and 3 deletions

View File

@@ -195,8 +195,6 @@ export default tap.start();
```
### Conclusion
With this updated `runScoped` design, theres no need to explicitly instantiate or manage child stores. The context automatically switches from the parent store to the child store while within the callback, then reverts back to the parent store afterwards. This structure makes it easy to:
- Keep each async operations state isolated