A new version of the TodoList in Javascript with editable input fields #316
ArcaneEngineer
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks @ArcaneEngineer for the example! I added a link to your example from "VanJS by Example" page. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seems kinda pointless having a bunch of examples that don't even show reactive / persistent text per line... so I added editability / persistence to the to-do item text fields (assuming I've done it right...?)
Perhaps you would like to include this on your examples page since for a beginner like me, it takes a while how to figure out how to do this, and really it should just be on your examples page by default for newcomers to use.
P.S. Also wise to have the ability to show your examples in both TS and JS... though this was trivial to convert to the latter.
Beta Was this translation helpful? Give feedback.
All reactions