Glimmer DSL for Web (Ruby-in-the-Browser Web Frontend Framework) recently added support for Component Custom Event Listeners, Component Slots, and Default Slot in the 0.5.x & 0.6.x version releases. The new samples Hello, Component Slots!, Hello, Component Listeners!, and Hello, Component Listeners (Default Slot)! have been added as well and can be played around with in an online hosted Rails Sample Selector web app.
Read blog post :
GitHub :
Ruby Gem :
https://rubygems.org/gems/glimmer-dsl-web
The Glimmer DSL for Web framework recently released its updates, new versions 0.5.x and 0.6.x, which brought along a number of stimulating features, thus further improving the existing capabilities of this framework for web applications. The newly added Feature of Component Custom Event Listeners now enables developers to construct components that are much more dynamic and responsive. In addition, Component Slots and Default Slots provide more options in choosing how to organize and show content. As a means for users to get the hang of these new features, the Glimmer team has prepared sample applications whose titles are “Hello, Component Slots!”, “Hello, Component Listeners!”, and “Hello, Component Listeners (Default Slot)!” They can be accessed and tried out in the online hosted Rails Sample Selector web app. They make it very simple for developers to learn and apply these practices in their own projects.