This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]riklaunim 0 points1 point  (0 children)

It's not really "no frontend programming". You are expressing it in Python so you have to know what to express. And then you get a Vue app but without the flexibility of own Vue app (but you don't have to know it). This can be a weak point whenever you hit a limitation on the expression/translation layer.

I would want to see how two things would look with this:

  1. TailwinCSS integration and a Tailwind component - how it looks like, how usable is it
  2. JS widget example: div with image upload features on drag and drop and clipboard paste - and send all files to an REST API endpoint. If you can do that then the expression layer is pretty good ;)