Guest User

Untitled

a guest
Jan 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Core Tenants
  2. - Component Framework (PlayAction)
  3. - accepts cross-platform components (plugins) as children
  4. - facilitates communication between those components
  5. - Developed for open source
  6. - NFL Configuration/Theming/Data layer
  7.  
  8.  
  9. Talking Points
  10.  
  11. Components - Video/Controls, Ads, Analytics
  12. - Configuration
  13. - Actions (if any)
  14. - External Sync/Async state
  15. - Theming
  16. - open source components - style attribute, full flexibility and no business logic
  17. - NFL wrapped components - NFL styling, configuration, business logic
  18. - State management
  19. - separation of concerns
  20. - pub/sub between components
  21. - State comes from the top and trickles down with props
  22. - Multi-player management
Add Comment
Please, Sign In to add comment