Hacker News new | ask | show | jobs
by xtracto 2437 days ago
My main problem with Ionic (having used it for several apps) is that it is very difficult to find answers to question on the web. Reference sites are full of "this is how I fixed it" that work on v1 or v2 or v3 and most of all don't work for v4.

Unfortunately the speed in which they are changing things make community references obsolete quickly.

2 comments

We hear you. This is why we moved to embracing core framework tooling like in Ionic 4 with Angular, where you don't need to go through our custom Angular build tooling which was a big source of issues and made it hard to get help.
I found Laravel to be similar. Lots of answers but none for the current version.
Interesting, although true none for the current version, in my case a working solution has nearly always been in the top few results, even if it's originally from an older version
Older solutions still work on laravel for the most part. There are newer cleaner ways to do things but very few breaking changes.