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
Templ Datastar docs is outdated.
I'm posting the issue, for someone who can do a PR or to do it myself in the future.
The text was updated successfully, but these errors were encountered:
How are they outdated? Got any specifics?
Sorry, something went wrong.
I do confirm that DataStar Backend example is obsolete.
current module in above example is: github.com/delaneyj/datastar
github.com/delaneyj/datastar
While it should be: import datastar "github.com/starfederation/datastar/sdk/go"
import datastar "github.com/starfederation/datastar/sdk/go"
But this breaks below functions: datastar.RenderFragmentTempl(...) datastar.PatchStore(...)
datastar.RenderFragmentTempl(...)
datastar.PatchStore(...)
I'm still learning Templ ecosystem, and datastar example seems out of my cup at the moment.
No branches or pull requests
Templ Datastar docs is outdated.
I'm posting the issue, for someone who can do a PR or to do it myself in the future.
The text was updated successfully, but these errors were encountered: