Hacker News new | ask | show | jobs
by WaxProlix 3112 days ago
I think the issue is that with out of the box rails apps, there's not a lot of opportunity to perform one of these 'targeted air strikes'. Emergent requirements incentivize quick solutions and you can end up with a bunch of ad-hoc foundation components and really bad jquery-ui slapped around in erb files.

At least, that's been my (very limited) experience with it.

1 comments

I've found it easier to just drop in `react-rails` and build out react components for certain situations than to try and string a bunch of jquery together.