Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Same amount of code, same time:
  2.  
  3. - no html side-effect restriction allows easily implement portals and get rid of `useContext` hooks
  4. - batched state allows simpler effect code
  5. - aspects integrate better with DOM, can be applied to any elements
  6. - aspects can be loaded gradually, not as single framework bundle, allowing progressive enhancement
  7. - aspects cross-cut concerns and can be developed independently
  8. - references enable transparency for components - allows cross-subscribing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement