EOSIO hooks library for the new React Era.
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.
yarn add @blockmatic/eosio-hooks
See example for more.
git clone https://github.com/blockmatic/eosio-hooks
yarn bootstrap
yarn build
cd example
yarn start
Read the contributing guidelines for details.
Thanks goes to these wonderful people (emoji key):
Gabo Esquivel 💻 🤔 |
Kevin Wolf 💻 🤔 |
This project follows the all-contributors specification. Contributions of any kind welcome!
Blockmatic is building a robust ecosystem of people and tools for the development of blockchain applications.