No description
Find a file
2023-07-16 12:10:40 +02:00
.vscode initial commit 2023-07-16 11:55:35 +02:00
public initial commit 2023-07-16 11:55:35 +02:00
src chore: finalize package for publishing 2023-07-16 12:10:40 +02:00
.gitignore initial commit 2023-07-16 11:55:35 +02:00
astro.config.mjs initial commit 2023-07-16 11:55:35 +02:00
index.ts chore: finalize package for publishing 2023-07-16 12:10:40 +02:00
package-lock.json initial commit 2023-07-16 11:55:35 +02:00
package.json chore: finalize package for publishing 2023-07-16 12:10:40 +02:00
README.md feat: add Resumable and resume 2023-07-16 12:03:43 +02:00
tsconfig.json initial commit 2023-07-16 11:55:35 +02:00

Astro Resume

Utilities for serializing data from server for use in the client.

  1. Resumable Astro component takes id and data
  2. resume(id: string): Object function for use int he client takes an id string and returns the data as Object