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
Copy file name to clipboardExpand all lines: docs/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ If necessary, extend with pure JavaScript. **No Opal involved.**
19
19
20
20
### Why Matestack?
21
21
22
-
Matestack was created because modern web app development became more and more complex due to the rise of JavaScript frontend frameworks and the SPA frontend/REST API/JSON backend architecture. This sophisticated approach might be suitable for big teams and applications but way to complex for most of small to medium sized teams and application scopes.
22
+
Matestack was created because modern web app development became more and more complex due to the rise of JavaScript frontend frameworks and the SPA frontend/REST API/JSON backend architecture. This sophisticated approach might be suitable for big teams and applications but is way to complex for most of small to medium sized teams and application scopes.
23
23
24
24
In contrast, Matestack helps Rails developers creating modern, reactive web apps while focusing on **simplicity**, **developer happiness** and **productivity**:
25
25
@@ -43,16 +43,16 @@ Additionally, most of Matestack does not require Action Cable or Redis, but can
43
43
44
44
### Ecosystem
45
45
46
-
Matestack currently offers two Ruby gems**:**
46
+
Matestack currently offers two open source Ruby gems**:**
47
47
48
48
*`matestack-ui-core` ships all you need to build reactive UIs in pure Ruby. You have to take care of styling and additional UI components yourself.
49
-
*`matestack-ui-bootstrap`ships all you need to build beautiful, reactive UIs in pure Ruby and smart CRUD components based on Bootstrap v5. Don't think about styling anymore and just create admin or application UIs faster than ever before! **\(specs and docs in progress currently\)**
49
+
*`matestack-ui-bootstrap`ships all you need to build beautiful, reactive UIs in pure Ruby and smart CRUD components based on Bootstrap v5. Don't think about styling anymore and just create admin or application UIs faster than ever before! **\(specs and docs in progress currently\) -->**[**https://matestack.gitbook.io/matestack-ui-bootstrap/**](https://matestack.gitbook.io/matestack-ui-bootstrap/)\*\*\*\*
50
50
51
51
### Live Demo
52
52
53
-
Based on `matestack-ui-core` and `matestack-ui-bootstrap` this reactive dummy app was created in pure Ruby without writing any JavaScript, ERB/HAML/SLIM and CSS: \([check it out](https://ui.matestack.io)\|[source code](https://github.com/matestack/matestack-ui-bootstrap/tree/main/spec/dummy)\)
53
+
Based on `matestack-ui-core` and `matestack-ui-bootstrap` this reactive dummy app was created in pure Ruby without writing any JavaScript, ERB/HAML/SLIM and CSS: \([check it out](https://dummy.matestack.io)\|[source code](https://github.com/matestack/matestack-ui-bootstrap/tree/main/spec/dummy)\)
0 commit comments