Skip to content

Commit eaee1fb

Browse files
authored
Update README.md
1 parent d9fba2f commit eaee1fb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/start/150-getting_started/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Matestack Ui Core Getting Started
1+
# Create a reactive Twitter clone in pure Ruby
22

3-
**Create a reactive Twitter clone in pure Ruby**
3+
**Matestack Ui Core Getting Started**
44

5-
In this step-by-step guide, we will show you how to create a Twitter clone with Matestack, following the great screencasts from Chris McCord [Phoenix LiveView Twitter Clone](https://youtu.be/MZvmYaFkNJI) and Nate Hopkins [Stimulus Reflex Twitter Clone](https://youtu.be/F5hA79vKE_E).
5+
In this step-by-step guide, I will show you how to create a Twitter clone in pure Ruby with Matestack, following the great screencasts from Chris McCord [Phoenix LiveView Twitter Clone](https://youtu.be/MZvmYaFkNJI) and Nate Hopkins [Stimulus Reflex Twitter Clone](https://youtu.be/F5hA79vKE_E). We will use the Gem “matestack-ui-core”, which enables us to implement our UI in some Ruby classes rather than writing ERB, HAML or Slim views. Furthermore we don’t need to touch JavaScript in order to create reactive UI features, such as updating the DOM without a full browser page reload or syncing multiple web clients through Action Cable!
66

77
I've added two screencasts showing you what you will be doing in this tutorial:
88

9-
* [Part 1](https://youtu.be/Mue5gs6Wtq4)
10-
* [Part 2](https://youtu.be/nO7Kz9pRbIU)
9+
[![Create a reactive Twitter clone in pure Ruby - Part 1/2](https://img.youtube.com/vi/Mue5gs6Wtq4/0.jpg)](https://www.youtube.com/watch?v=Mue5gs6Wtq4)
10+
11+
[![Create a reactive Twitter clone in pure Ruby - Part 2/2](https://img.youtube.com/vi/nO7Kz9pRbIU/0.jpg)](https://www.youtube.com/watch?v=nO7Kz9pRbIU)
1112

12-
*This guide utilizes the full power of Matestack and uses `matestack-ui-core` as a complete substitute for Rails views. If you only want to create UI components in pure Ruby on existing Rails views, please check out [this guide](https://docs.matestack.io/docs/ui_components/100-rails_integration)*
1313

14-
*All of the introduced components can be used on your existing Rails views using the `matestack_component` helper.*
14+
*This guide utilizes the full power of Matestack and uses `matestack-ui-core` as a complete substitute for Rails views. If you only want to create UI components in pure Ruby on existing Rails views, please check out [this guide](https://docs.matestack.io/docs/ui_components/100-rails_integration)*
1515

1616
## Setup
1717

0 commit comments

Comments
 (0)