VanJS (Vanilla JavaScript): smallest reactive UI framework
1–10 of 214 posts
Re: VanJS (Vanilla JavaScript): smallest reactive UI framework
#2Re: VanJS (Vanilla JavaScript): smallest reactive UI framework
#3Re: VanJS (Vanilla JavaScript): smallest reactive UI framework
#4I find this quite strange. Wouldn’t javascript be to the browser what Bash is for the terminal? This is after all just another library.
Re: VanJS (Vanilla JavaScript): smallest reactive UI framework
#5The repo's own description uses the phrase vanilla JavaScript in this way, and even mixes both meanings within a single sentence.
If the author likes the theme, I'm sure they can still use it indirectly. eg. "icecream.js: add a scoop of vanilla to your project". Or "Go nuts and sprinkle in some Reactive syntax". It's still very punnable, I assure you.
Re: VanJS (Vanilla JavaScript): smallest reactive UI framework
#6Re: VanJS (Vanilla JavaScript): smallest reactive UI framework
#7I really don't want to be that guy, but... Vanilla JavaScript already exists as a popular term for JavaScript without any framework. No jQuery, no React - just JavaScript. Calling a library VanJS (as short for "Vanilla JavaScript") is just going to cause confusion. The repo's own description uses the phrase vanilla JavaScript in this way, and even mixes both meanings within a single sentence. If the author likes the…
Also it's almost immoral calling "a new" project "lightweight" and "small". Of course it is lightweight and small, it's a new project ! Wait for bug submissions, feature requests, feature parity, time, edge cases etc.
Anywhoo congrats on shipping something.
Re: VanJS (Vanilla JavaScript): smallest reactive UI framework
#8I really don't want to be that guy, but... Vanilla JavaScript already exists as a popular term for JavaScript without any framework. No jQuery, no React - just JavaScript. Calling a library VanJS (as short for "Vanilla JavaScript") is just going to cause confusion. The repo's own description uses the phrase vanilla JavaScript in this way, and even mixes both meanings within a single sentence. If the author likes the…
Vanilla Javascript refers indeed to "javascript without a framework". So creating a framework and calling it "vanilla javascript" is... wrong?
Re: VanJS (Vanilla JavaScript): smallest reactive UI framework
#9Re: VanJS (Vanilla JavaScript): smallest reactive UI framework
#10nowadays, most small project can use vanilla javascript, if they don't need a framework, they really don't need it.
if we are building a large project, why not use react/vue/svelte ? better docs, better features, better community.