This demo uses Cloudflare KV to store entries. KV is "Eventually-Consistent", as a result data that are submited may not be immediately available when the next request is made to refresh the page. It can take a few seconds for the data to be available, but "eventually" they appear.
One can use caching, to prevent this, but it is not implemented here.