Andrey Sitnik, the creator of PostCSS and Autoprefixer, will explain how his team, Evil Martians, uses Logux in production, its difficulties, and the resulting productivity boost.
Logux is a new project that replaces AJAX by synchronizing Redux actions in real-time between client and server. It is based on the ideas of CRDT and brings plug&play support for live updates and offline editing.
Slides
Resources
The following resources were mentioned during the presentation or are useful additional information:
In the same orbit
- Logux
Logux
A new way to connect clients and server. Instead of sending HTTP requests (AJAX/REST), it synchronizes the log of operations between client, server, and other clients through WebSockets.