Writing epics dev guide#3394
Conversation
mbarto
left a comment
There was a problem hiding this comment.
Good work.
Some suggestions inline.
If you plan to add more content, I would concentrate on examples of use cases we encounter in the current codebase.
I would also refer external documentation where possible: it's good to have a basic introduction on the concepts, but then I would delegate to existing documentation.
|
|
||
| ### Versions | ||
|
|
||
| At the time of writing this documentation MapStore2 are using RxJS 5.1.1 and redux-observable 0.13.0. |
There was a problem hiding this comment.
I would not confuse the developer with too many details, just a note on the versions we use (and the link to the official documentation for those is enough in my opinion).
There was a problem hiding this comment.
Yes, but I'm afraid the original documentation will disappear soon, so I'd like to provide at least some basic information about how to read the actual code to posterity :).
There was a problem hiding this comment.
I hope the documentation of older versions will remain, maybe it will be more difficult to find them. If they are going to disappear, blame to the RxJS project. In any case, I am looking for a compromise: can we move this libraries-related docs to different page and link it from here?
There was a problem hiding this comment.
Hehe, I use to skip details I'm not interested, but if you think it's confusing, I'll remove it.
Co-Authored-By: offtherailz <offtherailz@gmail.com>
Co-Authored-By: offtherailz <offtherailz@gmail.com>
Co-Authored-By: offtherailz <offtherailz@gmail.com>
Co-Authored-By: offtherailz <offtherailz@gmail.com>
Co-Authored-By: offtherailz <offtherailz@gmail.com>
Co-Authored-By: offtherailz <offtherailz@gmail.com>
Co-Authored-By: offtherailz <offtherailz@gmail.com>
Co-Authored-By: offtherailz <offtherailz@gmail.com>
Co-Authored-By: offtherailz <offtherailz@gmail.com>
Writing epics. Dev guide: first part