Add sprae to MVC Frameworks and Libraries - #1159
Merged
Merged
Conversation
Collaborator
|
Please follow the PR template. |
Contributor
Author
|
Thanks @gokaygurcan — fixed. The description now follows the template with the checklist filled in, and I moved the entry to the end of the section as the checklist requires (it was next to Alpine.js before). |
gokaygurcan
approved these changes
Sep 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist:
sprae adds reactivity to server-rendered HTML through
:-prefixed attributes::scopefor state,:eachfor lists,:onclickfor events. State is a plain object, expressions are plain JavaScript, and there is no build step, no compiler and no virtual DOM. 11.6kb min+gzip, zero dependencies.It belongs in this section next to Alpine.js and Lucia, which cover the same "add behaviour to HTML you already rendered" job. Two things make it worth listing alongside them rather than as a duplicate:
:keyto write or get wrong.new Functionfor an interpreter, so full JavaScript expressions work with noevalanywhere. That covers strictscript-src 'self'policies and Chrome MV3 extensions, where Alpine's CSP build only accepts a restricted subset (no arrow functions, template literals, spread, or globals).On the checklist items:
Apologies for missing the template on the first pass, and thanks for the review.