Write patterns
Four different patterns for handling writes in an Electric application.
Handling writes with Electric
This example implements and describes four different patterns for handling writes in an application built with Electric.
These patterns are described in the Writes guide. The idea is that if you walk through the patterns in turn, you can get a sense of the range of techniques and their evolution in both power and complexity.
The example is set up to run all the patterns together, in the page, at the same time, as components of a single React application. So you can also evaluate their behaviour side-by-side and and with different network connectivity.