Drizzle is a collection of frontend libraries based on the Redux store to make writing DApps easier. You have complete access to various development tools that are provided by Redux. Drizzle provides fully reactive contract data, including state, events, and transactions. In this recipe, you will learn about installing and using Drizzle in your application.
Getting started with Drizzle
Getting ready
Drizzle is distributed via npm, and you need to have Node.js installed on your machine to get it. You also need to have a working Ethereum network for testing and deployment purposes.