Mitch VanDuyn
Mitch VanDuyn
@janbiedermann Did you just implement the patch as shown above or something fancier?
on hold (I think) until we get #96 figured out.
pretty much says it all.. Sometimes you want to know all the components instantiated in a class. You can do it today using before_mount/after_mount to keep track, but why not...
See https://github.com/ruby-hyperloop/ruby-hyperloop.io/wiki/Keeping-Track-of-Multiple-Components for a real-world use case.
Perhaps a more useful way to do this is to use an "event" approach like http://notes.jetienne.com/2011/03/22/microeventjs.html For example: ```ruby class AForm < React::Component::Base include MicroEvents::Receiver param :name on_event :close do...
Agree... I think I will add a HyperEvent gem this week, and close this problem if it seem to fit the bill. See https://github.com/ruby-hyperloop/ruby-hyperloop.io/wiki/Keeping-Track-of-Multiple-Components (at the end) for example
might was fix the with #315
I think this is probably a good first issue, as it should just "build on" existing functionality.
Unfortunately, I don't understand what is being asked for here. https://www.ducktypelabs.com/using-scope-with-associations/ ?