Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Is Drizzle dead? #145

Open
Maltergate opened this issue Aug 7, 2022 · 3 comments
Open

Is Drizzle dead? #145

Maltergate opened this issue Aug 7, 2022 · 3 comments

Comments

@Maltergate
Copy link

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

@SteversIO
Copy link

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

@rsodre
Copy link

rsodre commented Feb 19, 2023

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

@Maltergate
Copy link
Author

Maltergate commented Feb 19, 2023 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants