Introduction
A few years ago, when I was creating one of my first articles here, I faced the challenge that creating step-by-step guides in text format wasn't very convenient.
Readers either just skim through such text, or they have to open an editor, create a project, install dependencies – in short, it's a bit of a hassle.
Not everyone is willing to go through that, which leads to low engagement with detailed textual guides.
Consequently, there aren't many lengthy and detailed articles.
The Project
So, it occurred to me to combine the textual format for presenting technical information with an interactive editor.
I'm just starting my journey, and here's my first step. I decided to remaster the official React tutorial - Tic-Tac-Toe.
Here's the link to the original guide.
And here's what I came up with.
In the future, I plan to enable everyone to create their own step-by-step interactive guides.
P.S. Feel free to put any feedback You want 😊
Top comments (1)
I must try this!! Thanks!