drizzle icon indicating copy to clipboard operation
drizzle copied to clipboard

Is Drizzle dead?

Open Maltergate opened this issue 2 years ago • 3 comments

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

Maltergate avatar Aug 07 '22 01:08 Maltergate

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

SteversIO avatar Feb 18 '23 14:02 SteversIO

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 zero Class components
  • With function components, you get Hooks and Contexts. Both look strange at a first glance, but are good! Learn how to use them.
  • Forget Redux, read this and this.
  • wagmi and ethers for all your web3 needs

rsodre avatar Feb 19 '23 14:02 rsodre

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: @.***>

Maltergate avatar Feb 19 '23 18:02 Maltergate