We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use destr to parse a JSON string in a client side script.
Astro's docs on passing data from the server side to client side only show how to pass simple strings to client side scripts. With this approache can pass a stringified object that we parse client side.
Also add an example showing the parsing done in a worker.
The text was updated successfully, but these errors were encountered:
chrisvaillancourt
No branches or pull requests
Use destr to parse a JSON string in a client side script.
Astro's docs on passing data from the server side to client side only show how to pass simple strings to client side scripts. With this approache can pass a stringified object that we parse client side.
Also add an example showing the parsing done in a worker.
The text was updated successfully, but these errors were encountered: