-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this repo still active? #134
Comments
Thanks for the feedback. But if something comes up, contributions/feedbacks are welcome. |
Yes, it's a great framework, but there are bugs. As we wrote above, if does not work in foreach. It is also not possible to make nested loops within loops. For example, if we need to mark up an object with objects |
It's a shame that this project is abandoned, because the approach is really good and I was interested in using this professionally. |
Hi, @rm-rf-etc Thanks for the feedback, if you would like to kick off updates / bugfixes / features / plugins, you're welcome. Let me know if you have any questions. |
In general I love to work with tiny libs since I don't like large dependencies graph, or sophisticated build systems (hard to maintain even when they are well supported). So I have been testing alternatives like https://nanojsx.io/ , 1Kb + reactive store. But at the end, I decided to stay with the more common Vue for wider support... I just skipped all the heavy-rich staff around it (like Vite, templating in .Vue files, etc.), using the pure base TS Vue library. |
Hello guys,
I am wondering if this repo is still active since there are two bug open since 2021.
I find this lib a very good option compared to lit-element / vue / react ... Thanks for publishing it.
F.
The text was updated successfully, but these errors were encountered: