Thinking in Components: Building Powerful UIs in React.js

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

9:07 Not shadow DOM, It's called 'virtual DOM'

xiaooic
Автор

1. Introduction was very good
2. Virtual DOM overview -- great simple and clear
3. Demo... is a mess of JavaScript and HTML and JavaScript... and this is a small project :D

hfpoqieikr
Автор

Are the example files available somewhere?

ynn
Автор

So, the app contains a tasktable, and the tasktable contains tasrow. This is said to be hierarchical. Fair enough, all is well until this point. Then you go ahead and call a method on the App from within a taskrow? That's not hierarchical anymore, that's just going to end up as spaghetti with circular dependencies.

JohnTheRipper
Автор

If this is how FB is going to structure and design their apps, I really do not want to work there :) Nothing to learn. Just to damage my good common sense of applications architectures. 

serhioromano