tectonic
tectonic copied to clipboard
Newly created items do not show up until reload
Expected
Newly created items are visible
Actual
Newly created items are not visible until the route is reloaded
Description
I have a simple table of User
s in my app. If I UPDATE
or DELETE
, the actions are visible in my table instantly. If I CREATE
a new User
, there is no new row in the table until I reload the route (navigating away and back again works, hard reload is not needed).
Is this expected behavior?