Skip to content

Commit b85330c

Browse files
authored
Update README.md
1 parent 9bdad42 commit b85330c

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

docs/start/README.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
11
# Matestack UI Core Docs
22

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 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.
44

5-
The docs cover three main topics of `matestack-ui-core`
5+
The docs cover following main topics:
66

7-
- UI components
8-
- Reactive components
9-
- Reactive apps
7+
- Installation and general information
8+
- UI components in pure Ruby
9+
- Reactive components in pure Ruby
10+
- Reactive apps in pure Ruby
11+
12+
13+
## [Installation](/docs/core/start/100-installation/)
14+
15+
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

Comments
 (0)