Farzad YousefZadeh
Farzad YousefZadeh
Lead engineer @epicgames. Into State machines and Statecharts. Coach @mentorcruise
React Finland 2021React Finland 2021
37 min
The Actor Model: a new mental model for React
System-level state management in modern React applications is challenging. Usually, as the applications grow, the complexity of interaction between different parts of the application compounds. The more you need those isolated parts to talk, the higher the level of complexity. Usually, the common pitfalls of these communications are underestimated especially with the recent trend of State management that tends to keep the application state outside of React and distributed. In this talk, We'll see how the Actor Model architecture can come to the rescue and what makes it stand out compared to the other approaches.