Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jpsca/jinjax

Server-Side Components with Jinja
https://github.com/jpsca/jinjax

component components jinja2 jsx-syntax python templates

Last synced: 13 days ago
JSON representation

Server-Side Components with Jinja

Awesome Lists containing this project

README

        



From chaos to clarity: The power of components in your server-side-rendered Python web app.

**Documentation:** https://jinjax.scaletti.dev/

Write server-side components as single Jinja template files.
Use them as HTML tags without doing any importing.

## Roadmap

#### Planned
- [ ] Type checking at runtime
- [ ] ...

#### Done
- [x] Slots
- [x] Autoloading assets (optional?) (`Card.jinja` autoloads `Card.css` and/or `Card.js` if exists)