简体   繁体   中英

Is it better practice for a React Dapp to a call a Smart Contract using Drizzle or Web3?

为了让我的 React Dapp 调用我在以太坊区块链上运行的智能合约,使用 Drizzle 框架还是直接调用 Web3 是更好的做法?

I recommend using drizzle because it will abstract some complexity and make your code more readable. Also check out drizzle-react it provides some components and decorators that will be super useful.

However, be careful with this type of questions in SO, it might get downvoted, since it's kind of a subjective question and people might have different opinions about it. This community is more about solving coding problems.

Best of luck.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM