Replies: 2 comments 3 replies
-
I would still argue that being able to run as a ASGI app would be a great feature, but since I don't have any usecase for Lona and dont foresee having one in the future either my opinion can easily be disregarded. |
Beta Was this translation helpful? Give feedback.
-
I like the idea of merging those two together: Why can a Widget handle it's events but a Node can not?
I do not really have an opinion on these two :-)
And these classes then exist in Javascript and Python? |
Beta Was this translation helpful? Give feedback.
-
Currently i am collecting ideas for the next generation of Lona. Some of mine would mean breaking changes, therefore i intend to release a new major version.
None of these ideas are set in stone.
Ideas:
Update: I started working on a version of the client version that does not require a pre compile stage at runtime, and it seems to work fine. I realized that porting the client side rendering, which works with special DOM comments, to make multiple root nodes in widgets work, is a lot of work, if the whole API should be refactored anyways. I also realized that this piece of code would be much simpler and easier to maintain if it was rewritten in Typescript, instead of plain Javascript.
At this point i am reimplementing the whole rendering system. To make the switch as smooth as possible we will support both renderer at the same time for a short period of time (not in a released version, but on a dev branch). I will notify you guys here when a first showable version is ready for comments.
@maratori, @korantu, @grigolet, @laundmo, @SmithChart
Beta Was this translation helpful? Give feedback.
All reactions