Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
280 views

POST to local json file without server, using Svelte and Routiify

Im writing an PWA in Svelte with Routify and im trying to save notes (containing id, title and a body) in a local json file. Ive been following this code from Svelte REPL (Svelte POST example), but ...
BergströmOscar's user avatar