DEV Community

Julien Klepatch
Julien Klepatch

Posted on

Introduction to Drizzle | Ethereum Dapp Tutorial with Drizzle (Beginner)

In this video I am going to introduce you Drizzle and we will build an Ethereum Dapp with it and React. Drizzle is a great framework but it can be a bit hard to understand for beginners, and it has a couple of outdated tutorials / docs. In this video, I will explain you in a simple way how it works, and tell you the caveats to avoid when reading some outdated docs. We will cover the following topics:

  • What is Drizzle?
  • When do you need it?
  • What are the integrations with other frameworks?
  • What are its components?
  • How it work?
  • Dapp tutorial with Drizzle

Introduction to Drizzle

Top comments (1)

Collapse
 
dance2die profile image
Sung M. Kim

Thanks for the post, Julien.

You can also embed the video on the post using

{% youtube QH_yLPYQEs4 %}

And the markdown above will render the video

Check out the Editor Guide page.