I do find the rendering logic less powerful, I know that in Jinja you have includes and macros, but I miss being able to extract specific logic to methods. I also like being able to use the language that I'm working in, to write extra logic in my templates, in React that would be JSX.
With Jinja it's this "weird" syntax that's completely different from Python and HTML. If that makes sense.
With Jinja it's this "weird" syntax that's completely different from Python and HTML. If that makes sense.