RubyUI (Former PhlexUI): Ruby Gem for RubyUI Components
1–10 of 40 posts
Re: RubyUI (Former PhlexUI): Ruby Gem for RubyUI Components
#2Looks 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)
Re: RubyUI (Former PhlexUI): Ruby Gem for RubyUI Components
#3Looks really good and I am happy to see many interesting in Ruby world...
Re: RubyUI (Former PhlexUI): Ruby Gem for RubyUI Components
#4The RubyUI team is doing a fantastic job. This gem is now one of the first ones I add to a new project. Thanks for your work!
Re: RubyUI (Former PhlexUI): Ruby Gem for RubyUI Components
#5this looks dope. has anyone built anything substantial with phlex ?
Re: RubyUI (Former PhlexUI): Ruby Gem for RubyUI Components
#6I’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.
Re: RubyUI (Former PhlexUI): Ruby Gem for RubyUI Components
#7this 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
#8I’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
#9Looks 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.
Re: RubyUI (Former PhlexUI): Ruby Gem for RubyUI Components
#10Interesting stuff. Unsure about the Phlex approach but could be worth a go.
Didn't have any luck with the Date Picker component demo page (no pop up or validation?), and that's my usual go-to for seeing how these libraries are doing.