tien / reactive-dot

A reactive library for building Substrate front-ends
https://reactivedot.dev
GNU Lesser General Public License v3.0
18 stars 4 forks source link

Improve "Getting Started/Setup" #250

Open bkchr opened 1 month ago

bkchr commented 1 month ago

When reading the docs I found the following:

First add ReactiveDOT, along with required packages as dependencies to your React project.

For dumb developers like me, it would be really nice to at least link to some react tutorial or even better, to provide the commands to do this :)

tien commented 1 month ago

I must admit, the documentation can use a lot of improvements 😅

For this instance, I believe a separate tutorial makes sense, because there are like a bazillion different ways & commands involved in setting up a React application :p

Do you prefer an interactive tutorial, like this for example? Or just something simple like a one-pager with all the basics?

bkchr commented 2 weeks ago

I'm personally happy with some commands to copy :D

tien commented 1 week ago

In that case, a "one command" to scaffold a basic DApp would be the way to go. I was told (sorry if this is not suppose to be public yet :p) by @mutantcornholio that Parity is working on that for PAPI, which may also includes support for ReactiveDOT.

mutantcornholio commented 1 week ago

Hi @bkchr! You can check out this project https://github.com/paritytech/product-engineering/issues/104, perhaps I'm building the thing that you're looking for :)
It'll support multiple templates, but the first template is based on ReactiveDOT.