|
|
|
|
|
by masijo
2038 days ago
|
|
IHP has a lot of potential and it's getting better by the day. The way I see it, its weakest point is the documentation: things like changing the default UI framework (bootstrap), integrating react or another frontend framework, giving more complex examples (with foreign keys i.e.), changing the URL style, exposing JSON endpoints, and so on.
I also didn't like the automatic generation of controllers, views, etc that it offers, I found it quite more confusing than just manually writing them out. Maybe this is because I come from Django instead of Rails, but I still wanted to point that out: IHP is full of magic, this is both good and bad. |
|
I find that not true. Scaffolding is not magic. IHP has little magic compared to big names like Rails and Spring Boot.
What I find that IHP is full of: type safety saving my ass from runtime drama.
Totally agree on the docs remark, the community is very friendly though.