An open API service indexing awesome lists of open source software.

https://github.com/mnishiguchi/devise_with_webpacker

Some experiments on front-end form validation for rails 5.1+ devise webpacker app.
https://github.com/mnishiguchi/devise_with_webpacker

devise formik rails5 react semantic-ui webpacker

Last synced: about 2 months ago
JSON representation

Some experiments on front-end form validation for rails 5.1+ devise webpacker app.

Awesome Lists containing this project

README

          

# Devise with webpacker

- Some experiments on front-end form validation for rails 5.1+ devise webpacker app.

## Thanks

#### CSS
- [semantic-ui](https://semantic-ui.com ) - basic styles
- [semantic-ui-react](https://react.semantic-ui.com) - where useful

#### Form
- https://github.com/jaredpalmer/formik - form logic
- https://github.com/jquense/yup - form validation