Ionic Beta 4: Our Biggest Update Yet(ionicframework.com)
ionicframework.com
Ionic Beta 4: Our Biggest Update Yet
http://ionicframework.com/blog/ionic-huge-update
4 comments
SO EXCITED TO USE THIS SOON.
I'm working on a big new project that is all Angular based and the fact that there's an Angular based mobile app framework that is focused on speed and replicating the native feel is just fantastic. I'll probably be able to reuse 75% of my front end code immediately in my mobile app.
I'm working on a big new project that is all Angular based and the fact that there's an Angular based mobile app framework that is focused on speed and replicating the native feel is just fantastic. I'll probably be able to reuse 75% of my front end code immediately in my mobile app.
A friend showed me an app yesterday on an iPhone 5S and I couldn't tell if it was native or Ionic. Pretty exciting.
We love Ionic. It's by far the best and most rapidly improving way to build mobile apps with web tech.
How tightly coupled is ionic to angular? Is it possible to use their components in a non-angular project?
This is directed at both your comment and the other reply to yours: Angular is a very very opinionated framework. To get as much benefit as possible from it, there's not really an option to make a "universal" framework with Angular as an option. There are few other frameworks that actually use the same workflow as Angular.
I think Ionic has chosen a smart path by building on top of Angular even if you just consider how Angular uses directives. Ionic has built a whole suite of custom mobile specific directives that are approaching native speed.
I think Ionic has chosen a smart path by building on top of Angular even if you just consider how Angular uses directives. Ionic has built a whole suite of custom mobile specific directives that are approaching native speed.
nope that's the issue when you build frameworks on top of frameworks,instead of making a dependency optional.
Now people dont bother,they can write a script that has nothing to do with angular yet distribute it inside an angular module,instead of making angularjs integration an option.Imagine if code mirror was an angular module, that would be pretty stupid hey? And then everybody move to the next hyped framework ,the project basically dies.
Now people dont bother,they can write a script that has nothing to do with angular yet distribute it inside an angular module,instead of making angularjs integration an option.Imagine if code mirror was an angular module, that would be pretty stupid hey? And then everybody move to the next hyped framework ,the project basically dies.
Thanks for keeping up the great work!