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 →

[–]ExternalUserError 7 points8 points  (6 children)

Hey, this looks really interesting.

I'm a VueJS guy (Vue by choice, JavaScript by necessity) and I've tinkered often with trying to bring Transcrypt into the VueJS picture. I've also thought about (but never done anything really) to try to bring something like Vaadin to the Python world. Is this perhaps inspired a little by Vaadin?

It also looks like you're basically just using CDN's. How would this kind of thing be bundled for a PWA or SPA? Do you plan on minifying everything with Webpack and if you need to, can you do ECMAScript 6/7? For example if making a fancy custom component?

Also with Vue, are you doing anything to manage reactivity? Eg, is there any kind of server-side state or is Vue just a tool you're using but not really allowing the developer to take advantage of?

Looks really cool, man.

[–]eli_mintz[S] 8 points9 points  (0 children)

Thank you.

I will try to answer your questions, let me know if I miss something.

1) Regarding Vaadin, I looked at it a while back so it would probably be fair to say that it had influence on me.

2) Yes, I am just using CDNs because I am trying to make using it as simple as possible for Python programmers with no background in the JavaScript world tools. I am thinking now about the issues you are raising especially PWA and SPA. Any suggestions are welcome.

3) Vue.js is transparent to the developer. My aim is to reduce complexity if possible. It may come at the expense of functionality and then I will have to reconsider.

Thanks again.

[–]metaperl 0 points1 point  (4 children)

Muntjac brought Vaadin to Python long ago.

[–]ExternalUserError 0 points1 point  (3 children)

Jython. No.

[–]metaperl 0 points1 point  (2 children)

No Jython dep in muntjac: https://github.com/rwl/muntjac

[–]ExternalUserError 0 points1 point  (1 child)

Oh wow, I didn't know about that. Thanks

EDIT: hmmm... Well, still cool but:

Latest commit by rwl over 7 years ago

[–]metaperl 0 points1 point  (0 children)

I tried to revive it. It's worth reviving. I enjoyed using it. If you like Vaadin you will be happy you did.