2022-05-19
1911
#css#react#web3
MacBobby Chibuzor
111936
May 19, 2022 ⋅ 6 min read

Full-stack DApp tutorial with Vite + React, Tailwind CSS, and Solidity

MacBobby Chibuzor Go, Solidity, and Haskell developer interested in the cloud native world and blockchain technology. A fanatic for technical writing and open source contribution.

Recent posts:

Rust logo over black marble background.

Handling memory leaks in Rust

Learn how to manage memory leaks in Rust, avoid unsafe behavior, and use tools like weak references to ensure efficient programs.

Ukeje Goodness
Nov 20, 2024 ⋅ 4 min read
Robot pretending to be a person.

Using curl-impersonate in Node.js to avoid blocks

Bypass anti-bot measures in Node.js with curl-impersonate. Learn how it mimics browsers to overcome bot detection for web scraping.

Antonello Zanini
Nov 20, 2024 ⋅ 13 min read
Solving Eventual Consistency In Frontend

Solving eventual consistency in frontend

Handle frontend data discrepancies with eventual consistency using WebSockets, Docker Compose, and practical code examples.

Kayode Adeniyi
Nov 19, 2024 ⋅ 6 min read
How To Use Lazy Initialization Pattern With Rust 1.80

How to use the lazy initialization pattern with Rust 1.80

Efficient initializing is crucial to smooth-running websites. One way to optimize that process is through lazy initialization in Rust 1.80.

Yashodhan Joshi
Nov 18, 2024 ⋅ 5 min read
View all posts

2 Replies to "Full-stack DApp tutorial with Vite + React, Tailwind CSS, and Solidity"

  1. Have you seen moralis.io ? Speeds up web3 dev like crazy😅
    : Please check it out, it makes Dapps dev smoother and faster

    So we’ll just be needing => {

    React
    Solidity
    Moralis
    Remix
    }

    Nice content, I love the way you simplified your solidity though.
    This is my first time here👌

  2. Incomplete article. Footer.jsx, Loader.jsx, Navigation_bar.sx not being used anywhere. Neither is the transactionContext. Nor is the ABI.
    There is no interaction between the frontend and the smart contract.
    It looks like the article got truncated. Please fix it.

Leave a Reply