You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the docs of the Ruby gem `matestack-ui-core`, enabling you to easily create component based (reactive) web UIs in pure Ruby on top of your Rails application.
3
+
Welcome to the docs of the Ruby gem `matestack-ui-core`, enabling you to easily create component based (reactive) web UIs in pure Ruby on top of your Rails applications.
4
4
5
-
The docs cover three main topics of `matestack-ui-core`
Learn how to properly set up and update matestack-ui-core with your existing Rails application.
16
+
17
+
## [UI components in pure Ruby](/docs/core/ui_components/)
18
+
19
+
Craft your UI based on your components written in pure Ruby. Utilizing Ruby's amazing language features, you're able to create a cleaner and more maintainable UI implementation.
20
+
21
+
## [Reactive components in pure Ruby](/docs/core/reactive_components/)
22
+
23
+
What about going even one step further and implement **REACTIVE** UIs in pure Ruby? Matestack's reactive core components can be used with a simple Ruby DSL enabling you to create reactive UIs without touching JavaScript!
24
+
25
+
## [Reactive apps in pure Ruby](/docs/core/reactive_apps/)
26
+
27
+
The last step in order to leverage the full Matestack power: Create app (~Rails layout) and page (Rails ~view) classes and implement dynamic page transitions without any JavaScript implementation required.
0 commit comments