https://github.com/justalever/view_component_demo
View Component Crash Course
https://github.com/justalever/view_component_demo
rails ruby ruby-on-rails tutorial viewcomponent viewcomponents
Last synced: about 1 month ago
JSON representation
View Component Crash Course
- Host: GitHub
- URL: https://github.com/justalever/view_component_demo
- Owner: justalever
- Created: 2024-07-30T17:44:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-31T22:13:43.000Z (over 1 year ago)
- Last Synced: 2025-12-02T16:41:23.243Z (4 months ago)
- Topics: rails, ruby, ruby-on-rails, tutorial, viewcomponent, viewcomponents
- Language: Ruby
- Homepage: https://webcrunch.com/posts/view-component-crash-course
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

# ViewComponent Crash Course with Ruby on Rails
ViewComponent is a powerful gem that allows you to create reusable, testable, and encapsulated view components in Ruby on Rails applications.
[ViewComponent](https://viewcomponent.org) was developed by the GitHub team and has since been adopted by many developers looking for more structure than the default partials and helpers provided by Ruby on Rails. This crash course will review ViewComponent's use case and explore how it might fit your next Rails app.
- [Read the full crash course](https://webcrunch.com/posts/view-component-crash-course)
- [Watch the full crash course](https://youtu.be/Mc19pB784Us)