collective / volto-hydra

A volto addon to let you edit content in realtime when you have many frontends written in any framework
1 stars 2 forks source link

As an integrator I can allow live updates on server-side headless frontend #80

Open djay opened 3 months ago

djay commented 3 months ago

Its possible to make your frontend using only server side tech. This means you are unlikely to have javascript on hand to reload parts of the page dynamically as the user makes changes. Instead what could happen is that changes are made to the restapi to allow a temp object to exist while editing and period reloads could happen to refresh the preview so changes can be seen even in this scenario