fix(documentation): Remove unnecessary conclusion section from the README for better clarity.
This commit is contained in:
@@ -195,8 +195,6 @@ export default tap.start();
|
||||
```
|
||||
|
||||
|
||||
### Conclusion
|
||||
|
||||
With this updated `runScoped` design, there’s 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 operation’s state isolated
|
||||
|
||||
Reference in New Issue
Block a user