Live data from Hacker News

Announcing Ionic 2 Final

blog.ionic.io

11–20 of 82 posts

Re: Announcing Ionic 2 Final

#11
post #2

I'm always afraid of investing a lot of time into this type of frameworks and then having the rug pulled from under me. Most of the time I spent learning angular ended up being a waste of time and I'm still scarred from then. Also that logo looks familiar?

You're not wrong. I've worked with Ionic v1 a fair amount. The framework is good for mockups and prototypes but nothing more. What ends up happening, as you app grows to include notifications, deep linking, etc, is you need to rely on more and more hacky thirdparty solutions. These days I either code natively or use Xamarin.

You are wrong. I have few mobile apps, made with Ionic and Ionic 2, some have been used on warehouse as part of huge WMS (to scan items and manage whole business process of warehouse worker), some were apps for business as part of CRM (with geolocation, maps and handwritten signatures). And every time product owners were very satisfied with the result and with speed of development.

Ionic 1 had too hacky API and not great performance, but Ionic 2 is much more mature in both of these fields.

Re: Announcing Ionic 2 Final

#14

"complex" and "object oriented" does not describe any future of JavaScript that I am excited about.

I think it's around 5 years too late to prevent the complexity explosion :)

JS has been object oriented since the beginning it just has an insane prototype based inheritance hierarchy that they're increasingly trying to hide/pave over.

Re: Announcing Ionic 2 Final

#15

"complex" and "object oriented" does not describe any future of JavaScript that I am excited about.

Type systems (e.g. TypeScript) expose complexity well. Maybe I don't understand your comment - are you writing only simple apps which don't use objects?

Re: Announcing Ionic 2 Final

#16
post #12

What's the equivalent for desktop site development?

It seems as if the Ionic team is planning to support the desktop in the fuure:

> Coming next we are working on new features to add proper desktop and electron support, something we’ve dipped our toes into in the past but will be making a bigger priority going forward.

That being said, there is Electron, but that "only" provides you with the runtime to run a web app as a natively integrated desktop app, not with visual components and the like.

Re: Announcing Ionic 2 Final

#17
post #2

I'm always afraid of investing a lot of time into this type of frameworks and then having the rug pulled from under me. Most of the time I spent learning angular ended up being a waste of time and I'm still scarred from then. Also that logo looks familiar?

> Also that logo looks familiar?

Dr Manhattan? http://imgur.com/a/EQNya

Re: Announcing Ionic 2 Final

#18
post #13
post #12

What's the equivalent for desktop site development?

That would be electron. http://electron.atom.io/

Electron would be analogous to Cordova, which is what ionic is based on. Something like Microsoft fabric or similar, or even bootstrap would be the analogous thing for desktop.
Post reply on HN