notes.yhg.ioTreasure Hunt 💰💰💰 - a location-based NFT game using thirdwebIn this thirdweb x Hashnode hackathon post I wanna show you how to build a location-based NFT browser game using thirdweb. Think Pokémon GO™️ but instead of Pokémon, you capture NFT in the wild! These are the technologies and frameworks being used ...Feb 1, 2022·14 min read
notes.yhg.ioPassing Data Between Components using props, useReducer, and useContextThe good thing about React (or any other good SDKs, or toolkits, or programming languages for that matter) is that you can get the same result using different methods. In this post, I would like to demonstrate how you can pass data between different ...May 12, 2021·6 min read
notes.yhg.ioMulti-selectable FlatListHi, this is my first post on hashnode. In this post I want to talk about how I implement a multi-selectable FlatList. It is about React Native, a way to write cross-platform mobile app using the React JS UI library. I assume you have knowledge on bo...May 6, 2021·3 min read