-
-
Notifications
You must be signed in to change notification settings - Fork 309
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
mobx utils #886
mobx utils #886
Conversation
Codecov Report
@@ Coverage Diff @@
## master #886 +/- ##
==========================================
- Coverage 98.96% 98.19% -0.77%
==========================================
Files 55 55
Lines 1924 1939 +15
==========================================
Hits 1904 1904
- Misses 20 35 +15
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This looks very useful too. Anyone else have review and merge perms? |
I also implemented some features of |
Coverage has dropped. Can we fix that @amondnet ? |
added mobx utils
at least we should have ability to convert obs values into stream since streams are very useful for async world
https://github.com/mobxjs/mobx-utils#tostream
for example we could convert computed field to stream and solve #860
added reporting manual change for observable and collections
there are some cases when you should need to report change, for example if using collections extensions (sortBy), or writing own function that converts some class similar to Listenable.