Skip to content

Commit b3bec13

Browse files
committed
Automatically generated. Merged on Netlify CMS
Force merge of: * "src/posts/2023-07-25-managing-smart-contract-calls-on-react/blog__keeping_your_smart_contract_calls_under_control_with_react_hooks.jpg" * "src/posts/2023-07-25-managing-smart-contract-calls-on-react/index.md"
1 parent baa4dd9 commit b3bec13

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

Loading

src/posts/2023-07-25-managing-smart-contract-calls-on-react/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ categories:
66
- engineering
77
author: pedro-oliveira
88
date: 2023-07-25
9+
cover: blog__keeping_your_smart_contract_calls_under_control_with_react_hooks.jpg
910
intro: Using custom react hooks to perform smart contract calls
1011
---
1112
When developing a React component, it is common for us developers to include both the logic and markup in the same file. This approach serves the purpose of bootstrapping and containing the scope. It is particularly useful when our goal is to rapidly prototype and test, as it allows us to conveniently write the code without scattering the scope across multiple files.

0 commit comments

Comments
 (0)