Skip to content

Latest commit

 

History

History
85 lines (54 loc) · 3.52 KB

README.md

File metadata and controls

85 lines (54 loc) · 3.52 KB

EOSIO Hooks

EOSIO hooks library for the new React Era.

Motivation

React Hooks is the new way of writing ReactJS applications. They let you use state and other React features without writing a class, which means you can now write your entire application using funcitonal programming and functional components and this has a myriad of advantages. Most notably having the ability to separate functionality by concern and not by stage in the lifecycle method ( single responsibility principle ) which makes the source code of the applications much more readable, maintainable and increases reusability of the components.

Read ReactJS Hooks Motivation for more information.

Usage

yarn add @blockmatic/eosio-hooks

See example for more.

Development

git clone https://github.com/blockmatic/eosio-hooks
yarn bootstrap
yarn build
cd example
yarn start

Contributing

Read the contributing guidelines for details.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Gabo Esquivel
Gabo Esquivel

💻 🤔
Kevin Wolf
Kevin Wolf

💻 🤔

This project follows the all-contributors specification. Contributions of any kind welcome!

Blockmatic

Blockmatic is building a robust ecosystem of people and tools for the development of blockchain applications.

blockmatic.io

Blockmatic Twitter Blockmatic Facebook Blockmatic Github