drizzle
drizzle copied to clipboard
Is Drizzle dead?
I couldn't find the info, but last commits from 2/3 years make me suspicious. Thanks!
And no test app on the /test-app folder that the documentation says should be there.
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:
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: @.***>