Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is IONIC 4 beta stable?

I will start a project at the beginning of 2019 (January or February). Maybe a bit later.

Will it be better to start with the current version (3.9) , or should I start with version 4 which is currently on Beta but may be released soon. depending on the Ionic team life-cycle development. Any advise ideas are welcome

Any info about their roadmap?

I know it's not the best location to ask ... But I think that some people are wondering the same question! revision Thanks in advance

like image 733
Emile Cantero Avatar asked Sep 28 '18 09:09

Emile Cantero


People also ask

What is Ionic 4?

Ionic 4 represents the culmination of more than two years of research and hard work transforming Ionic from “mobile for Angular” into a powerful UI Design System and app framework for every web developer in the world.

What version of Angular does ionic 4 use?

Angular Version Support​ Ionic supports Angular 6.0.

Which of the below framework library does ionic 4 supports?

The Ionic 4 release represents a substantial change, moving from a mobile framework for Angular users to a framework-agnostic approach that adds support for React, Vue. js, and web components.


2 Answers

No, it is not. I recently upgraded my project from 3.19 to 4 and I regret doing so. I knew I might have this problem. I proceeded anyway as my cli would not desist from troubling to ugrade to the latest version.

First, I had problem with platforms, especially android platform. Later, I could not build. Then it started giving me all sorts of incomprehensible gradle errors.

I did all I could, I removed plaforms folder, added again, removed node_modules, run npm install again. Nope nothing worked.

Now I am going back to my earlier version.

So in my opinion, don't use it for production.

like image 140
franc Avatar answered Jan 01 '23 01:01

franc


I am currently working with multiple Ionic 4 projects, I would have to say that the documentation is not the best for this version. There are still bugs here and there and some package issues (e.g. ionic-native packages) but seems to be in the right direction. It is a personal decision which one to use based on your project. I personally prefer to go with Ionic 4 since the angular adaptation makes it easier for me to work around.

like image 45
nimzz Avatar answered Jan 01 '23 02:01

nimzz