Adam Wenham

Joined

510 Experience
4 Lessons Completed
0 Questions Solved

Activity

I'm using standard Rails views (rather than an API) with quite a lot of Vue components - but on page load, all of my those components are not rendered for a split second. They then all blink into existence all at once, which obviously isn't a great UX. How can I combat this effect?
Alternativel you can just answer here "How would you test a Vue component in Rails?"

Loving the Vue vids so far, but it would be great to hear your thoughts on testing the front end. Would this be a Capybara/clickety-click kind of thing, or would you recommend a JS testing library etc.

Posted in Global Autocomplete Search Discussion

Would love to see this in Vue within an app-wrapper (data-behavior='vue') like you talked bout in ep 239! I've been banging my head against a number of these options (https://github.com/vuejs/awesome-vue#autocomplete) within the context of a Rails app.