Categories: Mobility

8 Reasons to Migrate to Ionic 2 Framework

This article represents some of the key reasons why one would want to adopt or migrate to Ionic 2. I am doing for my apps soon. Read out the original announcement on this page. Please feel free to comment/suggest if I missed to mention one or more important points. Also, sorry for the typos.
  • Significant Performance Improvements: Leverages Angular 2 thereby bringing significant performance boosts to the ionic apps. Additionally, some of the following improvements brought by Angular 2 will further boost the Ionic 2 adoption:
    • Server-side rendering
    • cross-platform views
    • Web workers
  • Improved Overall Navigation: The way ionic pages were navigated in past, especially, between standard and tabbed pages was cumbersome. They have brought significant improvements in that area. Further pages can be nested infinitely and one may not be required to associate a route to a particular page. That is a huge gain.
  • Sidemenu Improvements: Gone are the days when one would require to search how to make sidemenu and tabbed pages work. While building an app, I faced this issue and searched the net to find solution. It was quite an effort. with Ionic 2, it would become easy to have multiple menus, navigate menu from anywhere in the app and also enable/disable menus as required.
  • Support for Material Design: This one is my favorite from UI design perspective. I remember including material design module and disabling it later due to platform issues especially on iOS. With support for material design, one can achieve what they have called as Platform continuity
  • Theming based on Sass: Creating custom themes has become very easy with the help of Sass. There are some common/shared variable along with specific variables for different platforms. By changing values of these variables, one could get different effect. This was difficult to achieve in Ionic 1.
  • More Ionic Icons: Seems they have come up with a library of 900 icons. One of the coolest thing about ionic icons is the fact that the icons could change, depending on the platform from which the app is running.
  • Build Tools: Each starter template comes up with following:
    • Webpack for bundling and transpiling
    • Sass for CSS compilation
    • NPM for package management
  • Support for TypeScript/ES6: Those of you wanting to write Javascript using Typescript could now do with Ionic 2.
Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking.

Share
Published by
Ajitesh Kumar

Recent Posts

Coefficient of Variation in Regression Modelling: Example

When building a regression model or performing regression analysis to predict a target variable, understanding…

1 week ago

Chunking Strategies for RAG with Examples

If you've built a "Naive" RAG pipeline, you've probably hit a wall. You've indexed your…

2 weeks ago

RAG Pipeline: 6 Steps for Creating Naive RAG App

If you're starting with large language models, you must have heard of RAG (Retrieval-Augmented Generation).…

2 weeks ago

Python: List Comprehension Explained with Examples

If you've spent any time with Python, you've likely heard the term "Pythonic." It refers…

3 weeks ago

Large Language Models (LLMs): Four Critical Modeling Stages

Large language models (LLMs) have fundamentally transformed our digital landscape, powering everything from chatbots and…

3 months ago

Agentic Workflow Design Patterns Explained with Examples

As Large Language Models (LLMs) evolve into autonomous agents, understanding agentic workflow design patterns has…

4 months ago