Learn about the most popular React UI libraries and when to use them, comparing their installation processes and features.
Improve your React Native application with unit testing: testing small, isolated pieces of code such as individual functions or classes.
You can deploy smart contracts written in Solidity on the Cosmos blockchain, including ERC-20 tokens. Therefore, you can deploy the same smart contracts that you wrote for the Ethereum blockchain on the Cosmos blockchain.
Learn how Tic-Tac-Toe is played, scaffold a Next.js project, and learn how to code and play a Tic-Tac-Toe game on our computer.
Review the basics of Cardano and learn how to write a DApp on the Cardano blockchain using the Plutus programming language.
Curious about creating your own NFT? Learn how to create and upload an NFT to IPFS, and sell it on the Ethereum blockchain.
Vyper is similar to Solidity, but it is written in a more modern way. Here’s how to build smart contracts using Vyper.
Let’s compare four of the top Ethereum testnets — Rinkeby, Kovan, Ropsten, and Goerli — and review the key features of each testnet.
By learning how to create a token on the Ethereum blockchain, you’ll discover how the technology works and stay ahead of the curve.
Let’s explore the concept of a blockchain-based database and evaluate the top database solutions available to blockchain developers.
By comparing blockchain development frameworks, you can learn their strengths and weaknesses, which will help in making the right choice.
In React, you can either use the state within the component to handle form data or allow the DOM to handle it. These components are called controlled and uncontrolled components, respectively.