Live data from Hacker News

RubyUI (Former PhlexUI): Ruby Gem for RubyUI Components

github.com

1–10 of 40 posts

Re: RubyUI (Former PhlexUI): Ruby Gem for RubyUI Components

#7
post #5

this looks dope. has anyone built anything substantial with phlex ?

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.

Re: RubyUI (Former PhlexUI): Ruby Gem for RubyUI Components

#8
post #6

I’m impressed by this project’s progress. It’s more than just a render library. Although they claim it’s 12x faster than ERB, but I couldn’t find their benchmark.

I believe it's referencing this: https://github.com/KonnorRogers/view-layer-benchmarks

Re: RubyUI (Former PhlexUI): Ruby Gem for RubyUI Components

#9

Looks interesting, but I wish there was a way to alias the component names, since every component class, some of which have common names, take root in the global namespace. (though I suspect that easily enough done manually)

It's basically a code generator for adding standard Phlex components to your project, so once you've added a component to your application you can modify it any way you want.
Post reply on HN