Andrey Sitnik, the creator of PostCSS and Autoprefixer, will speak about his new open source project, which mixes ideas from Redux, CRDT, and distributed systems to bring you a replacement for AJAX and GraphQL.
What if we can remove all our code for AJAX and, instead of AJAX calls, just synchronize Redux actions between the client and server—and between clients? Or what if our server could create Redux actions for the client, and the client could receive and process them the next time it goes online?
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.