In js/front-end world, what would be the closest to those RAD/component based toolkits like Qt, wxWidgets, Delphi/VCL, WinForms? Is Vue a good candidate or maybe Angular is a better choice?
Vue has single file components so you can build your own components which I do. If you want a more guided/RAD approach maybe emberjs is more what you want to be looking at.
Show HN: The Vue.js Handbook – Free 120 pages ebook
11–20 of 70 posts
Re: Show HN: The Vue.js Handbook – Free 120 pages ebook
#12In js/front-end world, what would be the closest to those RAD/component based toolkits like Qt, wxWidgets, Delphi/VCL, WinForms? Is Vue a good candidate or maybe Angular is a better choice?
Vue has single file components so you can build your own components which I do. If you want a more guided/RAD approach maybe emberjs is more what you want to be looking at.
EmberJS's equivalent to Vue would be Glimmer[0], which theoretically can be used outside of Ember but might be hard, I've never tried it.
Re: Show HN: The Vue.js Handbook – Free 120 pages ebook
#13Earlier quoted context omitted.
Vue has single file components so you can build your own components which I do. If you want a more guided/RAD approach maybe emberjs is more what you want to be looking at.
Do Vue or emberjs come with a lots of pre-made set of components? I've heard good things about emberjs, but I've got an impression it's a pure js stuff, so doesn't play well with TypeScript, is this true?
Re: Show HN: The Vue.js Handbook – Free 120 pages ebook
#14Earlier quoted context omitted.
Seems like your link no longer works
The email "wall" is there because I want to keep in touch with my audience and possibly get back with more learning resources. But if anyone is interested in a direct link and skip that, here it is :) https://www.dropbox.com/s/ai7j5ei0f24aoz6/The%20Vue.js%20Han... .
Re: Show HN: The Vue.js Handbook – Free 120 pages ebook
#15Earlier quoted context omitted.
While I appreciate your attempt to provide a community service, to be fair to the author, he is giving away intellectual property in order to gain an audience for his future course. Surely giving out an email is a small price to pay for the exchange if you are genuinely interested in Vue.js? EDIT: I see the author himself chimed in on this thread with a direct download link. Kudos to him/her for doing so.
Thank you for jumping in. I was thinking about how to "react" to this :) HN is probably not the target audience for my email list, which is more beginner-oriented, and a low percentage of HN users will leave their email there. It's best to make the material available free of any kind of wall and let people jump in the mailing list if they enjoy it and want more. EDIT: here's the ebook link https://www.dropbox.com/s/a…
Re: Show HN: The Vue.js Handbook – Free 120 pages ebook
#16In js/front-end world, what would be the closest to those RAD/component based toolkits like Qt, wxWidgets, Delphi/VCL, WinForms? Is Vue a good candidate or maybe Angular is a better choice?
Telerik, Sencha and a few other companies sell RAD solutions or components for frameworks like Angular and co. There are also plenty of free JS toolkits
https://en.wikipedia.org/wiki/List_of_widget_toolkits#Based_...
Angular and co, they don't come with components like Delphi or Winforms, although they might have some official libraries(Material design,Bootstrap...) or widget collections that are separated from the frameworks.
But most of them will only deal with UI/data binding and it will be up to you to build components on top of that.
IMHO if your goal is to build desktop like apps and LOB on the web, don't bother with Angular,Vuejs,React and co, this is not the right abstraction. If you are looking for complex data grids widgets, have a look at the link I provided.
This is the exact same reasoning for charts. If you are looking for charts to use in your apps, don't use D3.js, use a library that actually comes with charts.
Re: Show HN: The Vue.js Handbook – Free 120 pages ebook
#17Earlier quoted context omitted.
While I appreciate your attempt to provide a community service, to be fair to the author, he is giving away intellectual property in order to gain an audience for his future course. Surely giving out an email is a small price to pay for the exchange if you are genuinely interested in Vue.js? EDIT: I see the author himself chimed in on this thread with a direct download link. Kudos to him/her for doing so.
Thank you for jumping in. I was thinking about how to "react" to this :) HN is probably not the target audience for my email list, which is more beginner-oriented, and a low percentage of HN users will leave their email there. It's best to make the material available free of any kind of wall and let people jump in the mailing list if they enjoy it and want more. EDIT: here's the ebook link https://www.dropbox.com/s/a…
Re: Show HN: The Vue.js Handbook – Free 120 pages ebook
#18Upvotes also seem extremely suspect for this kind of material at 1am in SF.
Re: Show HN: The Vue.js Handbook – Free 120 pages ebook
#19I understand that this is supposed to go with a complimentary course which might explain these things, but might be good for reference.
That being said this seems like a great resource that I would recommend to any new people that are starting with web front end, great work!
Re: Show HN: The Vue.js Handbook – Free 120 pages ebook
#20Earlier quoted context omitted.
Thank you for jumping in. I was thinking about how to "react" to this :) HN is probably not the target audience for my email list, which is more beginner-oriented, and a low percentage of HN users will leave their email there. It's best to make the material available free of any kind of wall and let people jump in the mailing list if they enjoy it and want more. EDIT: here's the ebook link https://www.dropbox.com/s/a…
A way a lot of people deal with this is to have a compulsory email box but do very minimal validation. For beginner focused content, people who know they can put a fake email and don't want to be on your mailing list are not much of a loss. And if the content is good, they might still recommend to others who will join the mailing list.