reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Use Jinja for templating

Open picklelo opened this issue 3 years ago β€’ 0 comments

Currently all the JS templating is done manually in Python and f-string formatting. It would be nice to use something like Jinja that was designed for this very task. As the templates get bigger, this will help us stay more understandable and maintainable.

picklelo avatar Feb 08 '23 07:02 picklelo