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.
- Host: GitHub
- URL: https://github.com/mnishiguchi/devise_with_webpacker
- Owner: mnishiguchi
- Created: 2017-11-22T23:01:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T04:38:01.000Z (over 8 years ago)
- Last Synced: 2025-11-13T12:05:10.670Z (7 months ago)
- Topics: devise, formik, rails5, react, semantic-ui, webpacker
- Language: Ruby
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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