trufflesuite / drizzle

Reactive Ethereum dapp UI suite
907 stars 238 forks source link

Is Drizzle dead? #145

Open Maltergate opened 1 year ago

Maltergate commented 1 year ago

I couldn't find the info, but last commits from 2/3 years make me suspicious. Thanks!

SteversIO commented 1 year ago

And no test app on the /test-app folder that the documentation says should be there.

rsodre commented 1 year ago

Is Drizzle dead?

Pretty much!

I started dapp development with Drizzle, and it used to work well for me. After noticing it was dead, it took me a while to readjust and find an alternative.

This is what works for me now:

Maltergate commented 1 year ago

Awesome, thanks for answering and providing these great ressources!

------- Original Message ------- Le dimanche 19 février 2023 à 15:37, Roger S @.***> a écrit :

Is Drizzle dead?

Pretty much!

I started dapp development with Drizzle, and it used to work well for me. After noticing it was dead, it took me a while to readjust and find an alternative.

This is what works for me now:

  • React + Next.js
  • Function components only, absolutely no Class components
  • With function components, you need Hooks and Contexts. Both look strange in a first glance, but are good! Learn how to use them.
  • wagmi and ethers for all your web3 needs

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>