kosich / rxjs-autorun

Re-evaluate an expression whenever Observable in it emits
MIT License
34 stars 2 forks source link

Docs for strength, more examples and precautions #20

Closed kosich closed 3 years ago

kosich commented 3 years ago

Added weak, normal and strong types of subscription Added precautions for branching and late subscription Added precautions for calling functions inside computed Added tricky examples for memoizations and filtering

fix #18 fix #12 fix #19

kosich commented 3 years ago

I'll also add a few examples, will ping you when ready

kosich commented 3 years ago

@Jopie64 , please, check this version 🙏