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

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

Awesome Lists containing this project

README

          

![ViewComponent Crash Course with Ruby on Rails](https://f001.backblazeb2.com/file/webcrunch/view-component-crash-course.jpg)

# 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)