Esente
Explore posts from serversPassing Data in Fresh
In this case, there are couple of ways.
1. Go all in with JS by intercepting the submit event on the form, and use
fetch
to submit instead. Using the response to update the page.
2. Use something like HTMZ to update part of the page after form submission (through iframe technique).
Sorry for walking you through these choices. I'm all about doing thing with as little JS as possible and taking advantage of what HTML can already provide.17 replies
Fetch request from own server
But here is the article: https://deno.com/blog/cron#deno-cron-on-deno-deploy
19 replies