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
Learn how to properly set up and update matestack-ui-core with your existing Rails application.
16
16
17
-
## [UI components in pure Ruby](/docs/core/ui_components/README.md)
17
+
## [UI components in pure Ruby](/docs/ui_components/README.md)
18
18
19
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
20
21
-
## [Reactive components in pure Ruby](/docs/core/reactive_components/README.md)
21
+
## [Reactive components in pure Ruby](/docs/reactive_components/README.md)
22
22
23
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
24
25
-
## [Reactive apps in pure Ruby](/docs/core/reactive_apps/README.md)
25
+
## [Reactive apps in pure Ruby](/docs/reactive_apps/README.md)
26
26
27
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