Andy from Webcrunch

Subscribe for email updates:

Portrait of Andy Leverenz
Andy Leverenz

March 6, 2021

Last updated November 5, 2023

Let's Build for Ruby and Rails Developers - Part 18

In part 18 of this Let's Build for Ruby and Rails developers series I begin adding more stateful UI to the mix to help improve the user experience as well as add some validation.

I chose to go with a library called Vuelidate which aids in adding all types of validations to various inputs you may need. There are validators for email, URL, required fields, minimum character length, maximum character length, and much more. You can also create your own custom validators if you need even more control.

This library is not the easiest to work with (at least for me). It seems a little messy to implement and doesn't play well with a store pattern I like to use when working with Vue.js. All that said, trying to roll my own validation would take way too long to cook up so this library should work for now.

If this part is long-winded I apologize. I want to make sure to include some of the struggles in these videos as it's what really happens in the real world of being a developer. Some might not like that approach but I think it's helpful to see many aspects of the development cycle.

If you have any feedback, questions, tips, or concerns feel free to hit me up or reply in the comments.

Enjoy part 18!

Link this article
Est. reading time: 1 minutes
Stats: 989 views

Categories

Collection

Part of the Let's Build for Ruby and Rails Developers collection