Seems like it’s been a while since a new JS framework landed on the front page.
Show HN: Dagger.js – A buildless, runtime-only JavaScript micro-framework
21–30 of 93 posts
Re: Show HN: Dagger.js – A buildless, runtime-only JavaScript micro-framework
#22Earlier quoted context omitted.
I'd guess people are getting different results because of the varying A records https://dns.google/query?name=daggerjs.org https://www.whois.com/whois/3.33.130.190 and https://www.whois.com/whois/15.197.148.33 are AWS https://www.whois.com/whois/185.199.109.153 and similar are GitHub and is almost certainly this repo https://github.com/dagger8224/dagger8224.github.io/blob/main...
It's working now
Re: Show HN: Dagger.js – A buildless, runtime-only JavaScript micro-framework
#23I’d actually love to see something that goes in the opposite direction, highly optimized and compiled, where the result is as small, fast, and efficient as possible. I get that a lot of people dislike compilation, but once I have the CI set upI never found build steps to be a problem for me. Some time ago while I was experimenting with writing Debian benchmarks[0], I found that by completely avoiding strings, using U…
I’m in a similar boat like you. I would love for a React-like library that compiles down to direct JavaScript DOM transforms. Of course Svelte exists but I don’t want to mark what is reactive or not and I can’t go back to html templates after using typed JSX. Also I don’t really like the “island” like template syntax of Vue, Svelte, etc
Re: Show HN: Dagger.js – A buildless, runtime-only JavaScript micro-framework
#24Dagger is also a compile time java dependency injection framework
Re: Show HN: Dagger.js – A buildless, runtime-only JavaScript micro-framework
#25I think your site broke? Also, I'd scoop up daggerjs.com while you're at it.
Re: Show HN: Dagger.js – A buildless, runtime-only JavaScript micro-framework
#26Re: Show HN: Dagger.js – A buildless, runtime-only JavaScript micro-framework
#27Shameless plug to my own runtime (and compile) micro framework: https://github.com/fresho-dev/mancha
Re: Show HN: Dagger.js – A buildless, runtime-only JavaScript micro-framework
#28Seems like it’s been a while since a new JS framework landed on the front page.
The last decade gave us enough JavaScript for a lifetime.
Re: Show HN: Dagger.js – A buildless, runtime-only JavaScript micro-framework
#29Personally I rather have zero runtime code along side zero build by learning truly native js dom
Re: Show HN: Dagger.js – A buildless, runtime-only JavaScript micro-framework
#30I’d actually love to see something that goes in the opposite direction, highly optimized and compiled, where the result is as small, fast, and efficient as possible. I get that a lot of people dislike compilation, but once I have the CI set upI never found build steps to be a problem for me. Some time ago while I was experimenting with writing Debian benchmarks[0], I found that by completely avoiding strings, using U…
I’m in a similar boat like you. I would love for a React-like library that compiles down to direct JavaScript DOM transforms. Of course Svelte exists but I don’t want to mark what is reactive or not and I can’t go back to html templates after using typed JSX. Also I don’t really like the “island” like template syntax of Vue, Svelte, etc