React: Not Just a Popular Library - Fundamental Shifts in UI Development

React: Not Just a Popular Library - Fundamental Shifts in UI Development

ChariotSolutions via YouTube Direct link

We spend way too much time lining up boxes on the screen.

18 of 25

18 of 25

We spend way too much time lining up boxes on the screen.

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

React: Not Just a Popular Library - Fundamental Shifts in UI Development

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Software is eating the world.
  3. 3 Mobile is eating the world.
  4. 4 Features
  5. 5 #1 Facebook GitHub project
  6. 6 react-native is #2
  7. 7 "Components" iOS framework
  8. 8 This model is simple because data changing over time is the root of all evil.
  9. 9 Re-render the whole app on every update
  10. 10 just like a 90s web app.
  11. 11 The DOM is too slow.
  12. 12 Virtual DOM is faster.
  13. 13 Component metaphor is cross-platform.
  14. 14 Data fetching is cross-platform.
  15. 15 Handling touch events is cross-platform.
  16. 16 Tooling is cross-platform.
  17. 17 Layout is cross-platform.
  18. 18 We spend way too much time lining up boxes on the screen.
  19. 19 JavaScript isn't slow.
  20. 20 Other systems assume a traditional mutable model
  21. 21 Other systems can't make optimizations React can.
  22. 22 More optimization opportunity
  23. 23 More robust error handling
  24. 24 This is what one-way data flow is all about.
  25. 25 and is ready for you to build apps of the highest quality.

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.