I am building start-up app, and his release is in at least half year. I don’t want to waste my time and write ionic1 and than upgrade to ionic2…
Is that possible to write ionic2 produxtion app now? Of curse i will update the packages when the times come.
I need base native plugins like: camera, image picker, and geo location basically that all.
This is app that doesn’t have alot of pages and a very easy functions…
@matanyed l think its better to wait for the stable version, but if you want to use it please go a head, i just completed an app with alpha phase, faces some issues but tackled them all with the help of the ionic team answering to all my lame questions, special thanks to @brandyshea. And people who saying don’t use it for production doesn’t know where to shop :D, no offense
I’d say you should use Ionic 2 to build a “real” app under these two circumstances:
It’s simple and not mission critical, and can be achieved with what is currently available in Ionic 2 (e.g. my app that @Gajotres linked)
The app isn’t going to be released for quite a while and you’re willing to rewrite as necessary. Given a timeframe of 6 months, I’d say it’s reasonable to begin production with Ionic 2.
Yup. Ok, I have not used it, but Angular2/Typescript we are there and using it, I LOVE it, If ionic has kept up, and considering their amazing relationship in that community, I would start NEW projects that way. We will. Heck, we are adopting Meteor as a backend, so give me ng2/meteor 1.3/ionic2, that is my stack from native to web to mobile web.
All in Typescript. So there will be people that do not want to learn ng2, and those, like me, that never learned how to write a directive to save their life, but i can write components in typescript, it is just easier. It is Angular, but your REACT friends can’t tease you anymore
As a person who started v2 about 3 weeks ago, the toughest items to deal with is:
Lack of examples for latest beta versons.
Docs are also for alpha versons on Google searches not current verson.
Debugging is a headache as everything compiles to a single js file.
Random bugs for Ionic having nothing to do with what I am coding. e.g. swipe
Visual Studio Code seems to not like the default tsconfig.json file
However, I am using Ionic 2 / Angular 2 with typescript for my production release. I figure the time spent learning via trial and error will make me a stronger in the new platform. I am starting to love the beauty and simplicity of the framework.
about 3, I’ve asked a question Debugging typescript in chrome? . I see the maps in the build folder but chrome seems ignoring them completely. Do you do step by step typescript debugging ?