This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 235
Is Drizzle dead? #145
Comments
And no test app on the /test-app folder that the documentation says should be there. |
Pretty much! I started dapp development with Drizzle, and it used to work well for me. After noticing it was 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](https://reactjs.org/docs/hooks-intro.html) and [Contexts](https://reactjs.org/docs/context.html). Both look strange in a first glance, but are good! Learn how to use them.
- [wagmi](https://wagmi.sh/) and [ethers](https://docs.ethers.org/v5/) for all your web3 needs
—
Reply to this email directly, [view it on GitHub](#145 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ADMLAG7CNWMM2ZDZQBAM4STWYIV3XANCNFSM55ZTVONQ).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I couldn't find the info, but last commits from 2/3 years make me suspicious. Thanks!
The text was updated successfully, but these errors were encountered: