Michael Yagudaev
Joined
660 Experience
6 Lessons Completed
0 Questions Solved
Activity
Posted in Rails view_components
Are there any plans on covering view_components? It would be great to see a few episodes on using view_components + tailwind / bootstrap + stimulus & stimulus reflex.
Maybe the twitter example implemented using those.
Instead of using create.js.erb
and update.js.erb
it would be nice to see a reactive programming example with Stimulus Reflex. This way you do not have to manage DOM elements yourself and thanks to WebSockets the update should be faster than AJAX