material-motion-js icon indicating copy to clipboard operation
material-motion-js copied to clipboard

Add a "Why not RxJS" section to the README

Open appsforartists opened this issue 8 years ago • 0 comments

  • Consistency with other platforms that implement Material Motion
  • Full control of the stack:
    • Can ignore concepts we don't need, like error and complete
    • Fewer concepts -> smaller learning curve for users
    • Minimize bundle size by only implementing what we use
  • Fully declarative - promotes toolability

Now that RxJS allows composition with let, an RxJS port might be worth exploring.

appsforartists avatar Oct 04 '17 05:10 appsforartists