Replies: 8 comments 15 replies
-
JavaScript is very much integrated with HTML. Could a variant of JustPy be an HTML format file in which Python replaces JavaScript? Would that be more intuitive for some users? |
Beta Was this translation helpful? Give feedback.
-
A plugin system might inspire an entire ecosystem. |
Beta Was this translation helpful? Give feedback.
-
It would be neat if it was build for FastAPI. The Webpage class and HTML components stuff is so cool, but all the routing stuff etc. seems like a big undertaking that FastAPI already handles well. |
Beta Was this translation helpful? Give feedback.
-
I have been looking at the electron framework and wonder if justpy could be made to support the generation of code for electron framework as well. For example, if we have a file dialog that can access the local file system, then justpy would need to generate code for the ipcMain side of things? |
Beta Was this translation helpful? Give feedback.
-
It would be really nice if justpy could handle POST requests (please correct me if it does because I just found out this amazing framework today). I was planning on trying it for creating a detector control system but it would need handling requests from entities that are not users/browser |
Beta Was this translation helpful? Give feedback.
-
It would be cool to have a concept of a store like React Redux. I find myself creating nested components and having to pass down the model. I also may be doing that completely wrong, I've never used Vue before. But the idea of having a global store that components get their state from, and also some kind of event bus where a component could issue an action/event that get actioned by the store or perhaps a component that is listening for that action/event. |
Beta Was this translation helpful? Give feedback.
-
I realize the time committment that this project requires. Have you considered enabling sponsorships? Looking forward to the next release! |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, the sponsorships will not create more time. The problem is the testing and making sure I don't break anything. But I am getting there. |
Beta Was this translation helpful? Give feedback.
-
Please feel free to discuss any idea you have, even if it is not completely thought out.
Beta Was this translation helpful? Give feedback.
All reactions