|
|
|
|
|
by GenericCanadian
438 days ago
|
|
Phlex is an amazing project. Makes frontend fun again. I've built my own UI library using DaisyUI and Tailwindcss that we use in all our Rails projects: https://github.com/inhouse-work/protos It cannot be overstated how nice it is to move away from erb and into pure ruby. Private methods as partials is a game changer for refactoring your UI. |
|
Not a fan of the rails erb helper methods though, so maybe it doesn't count. I almost exclusively use it outside of rails now