Hi, I'm John, Multi Startup Builder.
I enjoy both coding and marketing.
See all my 20 products here
→ johnrush.me
→ my BIO
→ Say Hi to me On Twit...
For further actions, you may consider blocking this person and/or reporting abuse
You could also add VanJS to the party, which is pretty cool. The ToDo-app in VanJS needs only 17 lines of code:
You can try it on jsfiddle
I will make a new article with all the recommendations from the comments.
VanJS looks cool
Why not share the repositories on Github?
good point, will do it for next articles, I haven't really used github for small code snippets, I make them mostly in replit, marsx or other online ides
I'm a DevOps guy, and I'm interested in build a simple app to use in my demos of build a pipeline or a cloud infrastructure... this examples, maybe, could be one!
Really cool idea, I've been thinking about something similar for quite some time but never really got to do it
same languages? or you think there are more I should have covered?
Not as many languages, I was thinking about four or five. One that I thought about and is not in the list is elixir
hah, funny part, I had it, but It felt like too many, so I decided to not include it :D
Would you recommend Next.js over React.js as a building tool? I've been hearing good things about Next.js and would love to give it a spin soon. Thank you for the information and programming demos.
nextjs looks really good, im building devhunt.org on it
credits to fireship for all my inspirations
so in marsx you will just import the todolist microapp and use it?
in the example here, I've actually built it from scratch, and itwas like 9 lines.
If you import, then it's 1 line only.