Introduction of state management concepts with Native Web Components in 200 seconds, with no framework, no virtual DOM, just scalable patterns, and Real DOM.
- Episode source code: https://github.com/jeremychone-channe...
(next episode will be the full code walkthrough)
0:00 - Intro
0:11 - 3 parts of state management
0:22 - Data flow overview
0:55 - DCO & pub/sub
1:32 - Code flow
2:27 - Two important points
2:49 - Conclusion
Approach: Scalable web application UI code using the Browser As The Framework.
#JavaScript #WebComponents #NativeWebComponents #Frontend