I’m studying licenciatura en sistemas in an university here in the south of Argentina, and I’m probably going to use Ionic framework next semester to do my final project (something for the computers museum we’ve got here!) to obtain the intermediate degree (analista de sistemas).
The thing is, I already know Java and a little of HTML and similars (XML, for example), and I have this question: knowing those languages, there’s something that I should read about before starting with Ionic?
I have a couple of weeks on July (winter vacations) to read stuff.
Forget everything you know about Java, because TypeScript is going to look superficially similar in several ways, but work completely differently in ways that will frustrate and confuse you.
I hate to disagree with @bengtler, but I actually think lack of familiarity with the intricate inner workings of the DOM might actually be a bit of a vaccine when working with Angular. Those overly familiar with manual DOM manipulation seem to be more prone to rushing to use it as a crutch instead of seeking out a more idiomatic Angular way of doing things.