Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jpsca/jinjax
- Owner: jpsca
- License: mit
- Created: 2022-12-23T11:51:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T22:45:04.000Z (7 months ago)
- Last Synced: 2024-05-02T20:47:28.889Z (7 months ago)
- Topics: component, components, jinja2, jsx-syntax, python, templates
- Language: Python
- Homepage: https://jinjax.scaletti.dev/
- Size: 2.07 MB
- Stars: 230
- Watchers: 6
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
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)