Replies: 1 comment 1 reply
-
|
I don’t know of anything that would prevent you from using Phlex for this. All the Hotwire APIs I know about support using renderable objects instead of partials. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Been playing with Phlex for a bit now, but only in my personal experiments with Hanami.
I now have an opportunity to use Phlex in greenfield project for work, that I need to implement in Rails 8 ( per customer requirements)
It needs to have a companion iOS / Android app. Rails lends itself really well to that.
I want to try to implement view layer in Phlex. While I have done web UI in Phlex, I haven't any mobile development using Turbo / Rails.
I can't think of anything that would cause any issues, but are there pitfalls I'm not aware of if I choose Phlex + Hotwire/Turbo over "default stack" of ERB + Hotwire/Turbo
Thank you for any suggestions or advice
Beta Was this translation helpful? Give feedback.
All reactions