Video details

Using Logux in Production

React
10.25.2017 at ReactiveConf
English

Bratislava

Andrey Sitnik (Evil Martians)

A tool to synchronize Redux actions to server and between clients. It was created to reduce a lot of code around AJAX (sagas, middlewares). Instead of making request, Logux is based on CRDT ideas. It just synchronizes actions between client and server (and between clients through server). So you just put some action to Redux and then you can forget about it. Logux will synchronize it when it will have connection (before it Logux will show “Warning, not all actions is synchnized” widget to client). Offline-first and live updates out of box.
About Andrey: creator of PostCSS and Autoprefixer.