1. React
  2. ReactiveConf
  3. 2017
  4. Client and server need to talk

Client and server need to talk

Nikita Prokopov at ReactiveConf 2017

Client-server synchronization is the next frontier. Now that DOM/UI rendering is more or less solved on a frontend, and efficient servers are easy to write, we need a good understanding and solid model on how to pass data around in a reliable, efficient and easy-to-use way. What makes it interesting is that there’s no good answer to that question yet, so a lot of discussions, papers and libraries are happening right now. Another thing is that it seems that we’ll need to change the way we think about data, and the change will affect client, server, DB and maybe even our programming languages.