Skip to content

Commit b2c195c

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/start/150-getting_started/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22

33
**Matestack Ui Core Getting Started**
44

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 dont 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!
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

7-
I've added two screencasts showing you what you will be doing in this tutorial:
7+
I've added a screencast (two parts) showing you what you will be doing in this tutorial:
88

99
[![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)
1010

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)
12-
1311

1412
*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)*
1513

0 commit comments

Comments
 (0)