Checkpoints components
BackwardCheckpointsView
The BackwardCheckpointsView
component renders a list of previous checkpoints that the underlying Store
can go back to. Read more.
CheckpointView
The CheckpointView
component simply renders the label of a checkpoint. Read more.
CurrentCheckpointView
The CurrentCheckpointView
component renders the current checkpoint that the underlying Store
is currently on. Read more.
ForwardCheckpointsView
The ForwardCheckpointsView
component renders a list of future checkpoints that the underlying Store
can go forwards to. Read more.