←back to thread

167 points ksec | 5 comments | | HN request time: 0.776s | source
1. dzonga ◴[] No.43549666[source]
this looks dope. has anyone built anything substantial with phlex ?
replies(4): >>43550060 #>>43551195 #>>43551454 #>>43556452 #
2. timwis ◴[] No.43550060[source]
Yep! https://magicnotes.ai It’s pretty neat once you get over the initial weirdness. Unlocks a lot of potential. But because it’s new, there are fewer conventions, so you have to come up with them and be consistent.
3. joeldrapper ◴[] No.43551195[source]
I believe Clearscope is the largest app using Phlex views exclusively, with 454 components and counting. There’s a list of some other users here. https://www.phlex.fun/project/community.html#who-s-using-phl...
4. aliosm ◴[] No.43551454[source]
I’m using Phlex/RubyUI primarily in my project https://baheth.ieasybooks.com and it is amazing in both performance and developer experience.
5. allknowingfrog ◴[] No.43556452[source]
I haven't done anything with RubyUI, but I've been using Phlex for the past couple of months and I never want to go back. It's everything I wanted HAML or Slim to be. Everything is code. You create classes and functions instead of views and partials. Everything you know about managing and abstracting code suddenly applies to your UI rendering.

Paired with Tailwind, this is the fastest application development I've ever done.