Skip to content
New issue

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

Svelte 5 Migration 7: migrate from askama to rinja #698

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

sebadob
Copy link
Owner

@sebadob sebadob commented Jan 16, 2025

A migration from askama to rinja makes sense before doing updates on SSR and <template> rendering for the new UI setup. rinja is a fork of askama with lots of improvements and additional features, and the same core people from askama do work on rinja as well.

rinja is also used to render docs.rs and even though Rauthy does not make use of extensive templating features, the performance difference is pretty huge:
https://github.com/rinja-rs/template-benchmark/

#642

@sebadob sebadob merged commit e35687c into main Jan 16, 2025
@sebadob sebadob deleted the sv5-migrate-askama_to_rinja branch January 16, 2025 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant