🌎 Community-curated list of tech conference talks, videos, slides and the like — from all around the world

🎤

A large scale application has some core functionalities, that needs to be used by ’n’ other applications embedded into it. These ‘n’ applications also have their own functionalities and views that they need to show to the user. If there is a button click on parent application which changes/publishes data/view, the child applications need to listen, and subsequently conform itself to the change. This can be made possible by having a common pipeline between the two that records and notifies of each other’s state transition. This talk would focus on key challenges we need to solve for, 1. How is state management possible in a large scale applications like this. 2. How do the child application(s) operate in isolation as well as interact with main application? 3. What if the child application(s) are not in ReactJS?
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.